CodeQL #12
Annotations
12 warnings
|
|
|
SoundSwitch.UI.Menu/Form/QuickMenu.cs#L87
Dereference of a possibly null reference.
|
|
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.
|
|
SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L40
Dereference of a possibly null reference.
|
|
SoundSwitch.UI.Menu/Form/QuickMenu.cs#L63
Cannot convert null literal to non-nullable reference type.
|
|
SoundSwitch.UI.Menu/Form/QuickMenu.cs#L62
Cannot convert null literal to non-nullable reference type.
|
|
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.
|
|
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.
|
|
SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L78
Possible null reference assignment.
|
|
SoundSwitch.Common/Framework/Icon/IconExtractor.cs#L35
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L42
Possible null reference assignment.
|
|
|
The logs for this run have expired and are no longer available.
Loading