Skip to content

Added App Unit Testing Logs & Removed Redundant Line in Gradle WorkFl… #232

Added App Unit Testing Logs & Removed Redundant Line in Gradle WorkFl…

Added App Unit Testing Logs & Removed Redundant Line in Gradle WorkFl… #232

Triggered via push November 30, 2024 16:56
Status Success
Total duration 1m 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L652
Converting null literal or possible null value to non-nullable type.
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
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: AudioManager/AudioDeviceManager.cs#L83
Converting null literal or possible null value to non-nullable type.
build: DisplayProfileManager/DisplayConfig.cs#L599
Cannot convert null literal to non-nullable reference type.
build: AudioManager/AudioDeviceManager.cs#L10
Non-nullable field 'aduioDeviceManagerInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.