Skip to content

Belphemur/issue1786 #22

Belphemur/issue1786

Belphemur/issue1786 #22

Triggered via pull request May 23, 2025 18:32
Status Success
Total duration 2m 28s
Artifacts

test-installer-build.yml

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

Annotations

10 warnings
build-installer-no-sign: SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L40
Dereference of a possibly null reference.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L113
Dereference of a possibly null reference.
build-installer-no-sign: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L87
Dereference of a possibly null reference.
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/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.