Nuh uh #44
Closed
Nuh uh #44
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish the application:
BAKKA_Editor/ViewLocator.cs#L20
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
|
Publish the application:
BAKKA_Editor/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
|
Publish the application:
BAKKA_Editor/ViewModels/AppSettingsViewModel.cs#L92
Partial method declarations 'void AppSettingsViewModel.OnShowBeatVisualSettingsChanged(bool value)' and 'void AppSettingsViewModel.OnShowBeatVisualSettingsChanged(bool show)' have signature differences.
|
Publish the application:
BAKKA_Editor/ViewModels/AppSettingsViewModel.cs#L141
Partial method declarations 'void AppSettingsViewModel.OnSelectedLanguageChanged(KeyValuePair<string, string> value)' and 'void AppSettingsViewModel.OnSelectedLanguageChanged(KeyValuePair<string, string> kv)' have signature differences.
|
Publish the application:
BAKKA_Editor/Audio/Hitsounds.cs#L44
Dereference of a possibly null reference.
|
Publish the application:
BAKKA_Editor/Audio/Hitsounds.cs#L45
Dereference of a possibly null reference.
|
Publish the application:
BAKKA_Editor/Audio/Hitsounds.cs#L46
Dereference of a possibly null reference.
|
Publish the application:
BAKKA_Editor/Audio/Hitsounds.cs#L47
Dereference of a possibly null reference.
|
Publish the application:
BAKKA_Editor/Rendering/RenderEngine.cs#L17
Non-nullable field 'canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish the application:
BAKKA_Editor/Chart.cs#L195
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading