Skip to content

Modified Project Properties to Publish Single EXE #242

Modified Project Properties to Publish Single EXE

Modified Project Properties to Publish Single EXE #242

Re-run triggered December 2, 2024 04:54
Status Success
Total duration 3m 3s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L657
Converting null literal or possible null value to non-nullable 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#L657
Possible null reference assignment.
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#L581
Cannot convert null literal to non-nullable reference type.
build: AudioManager/AudioDeviceManager.cs#L80
Converting null literal or possible null value to non-nullable type.
build: AudioManager/AudioDeviceManager.cs#L9
Non-nullable field 'aduioDeviceManagerInstance' 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: DisplayProfileManager/DisplayConfig.cs#L880
Dereference of a possibly null reference.