Skip to content

Lynn's Unit tests (#122) #233

Lynn's Unit tests (#122)

Lynn's Unit tests (#122) #233

Triggered via push November 30, 2024 17:00
Status Success
Total duration 2m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: AudioManager/AudioDeviceManager.cs#L18
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#L652
Converting null literal or possible null value to non-nullable type.
build: DisplayProfileManager/DisplayConfig.cs#L652
Possible null reference assignment.
build: AudioManager/AudioDeviceManager.cs#L18
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#L576
Cannot convert null literal to non-nullable reference type.
build: AudioManager/AudioDeviceManager.cs#L18
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#L599
Cannot convert null literal to non-nullable reference type.
build: AudioManager/AudioOutputForm.cs#L21
Nullability of reference types in type of parameter 'sender' of 'void AudioOutputForm.DropDownOnSelectedChange(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: DisplayProfileManager/DisplayConfig.cs#L897
Dereference of a possibly null reference.
build: AudioManager/AudioDeviceManager.cs#L83
Converting null literal or possible null value to non-nullable type.