Skip to content

Fixed issue with startup on initialization not working due to windows… #247

Fixed issue with startup on initialization not working due to windows…

Fixed issue with startup on initialization not working due to windows… #247

Triggered via push December 2, 2024 23:59
Status Success
Total duration 2m 25s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DisplayProfileManager/DisplayConfig.cs#L657
Converting null literal or possible null value to non-nullable type.
build: DisplayProfileManager/DisplayConfig.cs#L657
Possible null reference assignment.
build: AudioManager/AudioDeviceManager.cs#L17
Non-nullable field 'defaultAudioDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: DisplayProfileManager/DisplayConfig.cs#L581
Cannot convert null literal to non-nullable reference type.
build: AudioManager/AudioDeviceManager.cs#L17
Non-nullable field 'audioDevices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: DisplayProfileManager/DisplayConfig.cs#L604
Cannot convert null literal to non-nullable reference type.
build: AudioManager/AudioDeviceManager.cs#L17
Non-nullable event 'AudioDevicesUpdated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: DisplayProfileManager/DisplayConfig.cs#L880
Dereference of a possibly null reference.
build: AudioManager/AudioDeviceManager.cs#L80
Converting null literal or possible null value to non-nullable type.
build: DisplayProfileManager/DisplayConfig.cs#L13
Non-nullable event 'NotificationRequested' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.