Skip to content

fix issue #8

fix issue #8 #58

Triggered via push October 23, 2023 04:43
Status Success
Total duration 3m 17s
Artifacts 4

build.yml

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

Annotations

40 warnings
build (osx-arm64): 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).
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/Views/MainView.axaml.cs#L105
Dereference of a possibly null reference.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'autoSaveTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field '_vm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'hitsoundTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'opManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'skCircleView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-arm64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'soundEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): 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).
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/Views/MainView.axaml.cs#L105
Dereference of a possibly null reference.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'autoSaveTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field '_vm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'hitsoundTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'opManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'skCircleView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'soundEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): 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).
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/Views/MainView.axaml.cs#L105
Dereference of a possibly null reference.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'autoSaveTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field '_vm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'hitsoundTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'opManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'skCircleView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L103
Non-nullable field 'soundEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): 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).
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/Operations/NoteOperation.cs#L106
Possible null reference assignment.
build (osx-x64): BAKKA_Editor/Operations/NoteOperation.cs#L104
Non-nullable field 'prevNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Operations/NoteOperation.cs#L139
Possible null reference assignment.
build (osx-x64): BAKKA_Editor/Operations/NoteOperation.cs#L142
Possible null reference assignment.
build (osx-x64): BAKKA_Editor/Operations/NoteOperation.cs#L137
Non-nullable field 'nextNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Operations/NoteOperation.cs#L137
Non-nullable field 'prevNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/SkCircleView.cs#L32
Non-nullable field 'canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/ViewModels/GimmicksViewModel.cs#L48
Non-nullable property 'OutGimmicks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
linux-x64 Expired
100 MB
osx-arm64 Expired
113 MB
osx-x64 Expired
107 MB
win7-x64 Expired
102 MB