Skip to content

Belphemur/issue1786

Belphemur/issue1786 #8

Triggered via pull request May 23, 2025 13:51
Status Failure
Total duration 1m 45s
Artifacts

test-installer-build.yml

on: pull_request
build-installer-no-sign
1m 40s
build-installer-no-sign
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-installer-no-sign
Process completed with exit code 1.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L87
Dereference of a possibly null reference.
build-installer-no-sign: SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L84
Non-nullable field '_label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L63
Cannot convert null literal to non-nullable reference type.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L62
Cannot convert null literal to non-nullable reference type.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L35
Non-nullable event 'SelectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L35
Non-nullable event 'ItemClicked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build-installer-no-sign: SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L40
Dereference of a possibly null reference.
build-installer-no-sign: SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L78
Possible null reference assignment.
build-installer-no-sign: SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L42
Possible null reference assignment.
build-installer-no-sign: SoundSwitch.IPC/Pipe/NamedPipe.cs#L95
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.