Skip to content

prevent hi-speed=0 to prevent division by zero #62

prevent hi-speed=0 to prevent division by zero

prevent hi-speed=0 to prevent division by zero #62

Triggered via push October 25, 2023 19:04
Status Success
Total duration 2m 31s
Artifacts 4

build.yml

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

Annotations

40 warnings
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 (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 (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#L105
Dereference of a possibly null reference.
build (osx-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 (osx-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 (osx-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 (osx-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 (osx-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 (osx-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 (osx-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-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.

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