Skip to content

from upstream: Fix/convert issue with culture info #14

from upstream: Fix/convert issue with culture info

from upstream: Fix/convert issue with culture info #14

Triggered via push July 30, 2023 19:33
Status Success
Total duration 1m 13s
Artifacts 4
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build (osx-arm64): BAKKA_Editor/ViewLocator.cs#L23
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).
build (osx-arm64): 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).
build (osx-arm64): BAKKA_Editor/SoundEngines/DummyBakkaSoundEngine.cs#L9
Possible null reference return.
build (osx-arm64): BAKKA_Editor/SoundEngines/DummyBakkaSoundEngine.cs#L14
Possible null reference return.
build (osx-arm64): BAKKA_Editor/SkCircleView.cs#L63
Non-nullable field 'canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/PlatformUtils.cs#L48
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build (osx-arm64): BAKKA_Editor/Note.cs#L155
Non-nullable property 'NextNote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (osx-arm64): BAKKA_Editor/Note.cs#L155
Non-nullable property 'PrevNote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (osx-arm64): BAKKA_Editor/Note.cs#L156
Non-nullable property 'NextNote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (osx-arm64): BAKKA_Editor/Note.cs#L156
Non-nullable property 'PrevNote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (linux-x64): BAKKA_Editor/ViewLocator.cs#L23
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).
build (linux-x64): 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).
build (linux-x64): BAKKA_Editor/Operations/NoteOperation.cs#L118
Cannot convert null literal to non-nullable reference type.
build (linux-x64): BAKKA_Editor/PlatformUtils.cs#L48
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build (linux-x64): BAKKA_Editor/Operations/NoteOperation.cs#L131
Non-nullable field 'prevNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Operations/NoteOperation.cs#L131
Non-nullable field 'nextNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/SoundEngines/DummyBakkaSoundEngine.cs#L9
Possible null reference return.
build (linux-x64): BAKKA_Editor/SoundEngines/DummyBakkaSoundEngine.cs#L14
Possible null reference return.
build (linux-x64): BAKKA_Editor/SkCircleView.cs#L63
Non-nullable field 'canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Chart.cs#L38
Non-nullable property 'TimeEvents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (osx-x64): BAKKA_Editor/ViewLocator.cs#L23
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).
build (osx-x64): 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).
build (osx-x64): BAKKA_Editor/Chart.cs#L38
Non-nullable property 'TimeEvents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (osx-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L58
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (osx-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (osx-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (osx-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L82
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (osx-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L90
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (osx-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L98
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L99
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/ViewLocator.cs#L23
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).
build (win7-x64): 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).
build (win7-x64): BAKKA_Editor/Chart.cs#L38
Non-nullable property 'TimeEvents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (win7-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L58
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (win7-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (win7-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (win7-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L82
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (win7-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L90
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (win7-x64): BAKKA_Editor/Views/MainWindow.axaml.cs#L98
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L99
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Artifacts

Produced during runtime
Name Size
linux-x64 Expired
44.5 MB
osx-arm64 Expired
45.5 MB
osx-x64 Expired
47 MB
win7-x64 Expired
45.7 MB