Skip to content

Add option for placing note on drag (upstream PR 18) #43

Add option for placing note on drag (upstream PR 18)

Add option for placing note on drag (upstream PR 18) #43

Triggered via push October 21, 2023 21:40
Status Success
Total duration 1m 58s
Artifacts 4

build.yml

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

Annotations

40 warnings
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#L103
Dereference of a possibly null reference.
build (linux-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
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#L101
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#L101
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#L101
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#L101
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#L101
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#L101
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/Views/MainView.axaml.cs#L103
Dereference of a possibly null reference.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field 'autoSaveTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field '_vm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field 'hitsoundTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field 'opManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field 'skCircleView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (osx-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
Non-nullable field 'soundEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/Operations/NoteOperation.cs#L106
Possible null reference assignment.
build (osx-arm64): 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-arm64): BAKKA_Editor/Operations/NoteOperation.cs#L139
Possible null reference assignment.
build (osx-arm64): BAKKA_Editor/Operations/NoteOperation.cs#L142
Possible null reference assignment.
build (osx-arm64): 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-arm64): 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-arm64): BAKKA_Editor/PlatformUtils.cs#L54
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build (osx-arm64): 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 (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#L103
Dereference of a possibly null reference.
build (win7-x64): BAKKA_Editor/Views/MainView.axaml.cs#L101
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#L101
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#L101
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#L101
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#L101
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#L101
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#L101
Non-nullable field 'soundEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Artifacts

Produced during runtime
Name Size
linux-x64 Expired
101 MB
osx-arm64 Expired
114 MB
osx-x64 Expired
108 MB
win7-x64 Expired
103 MB