Added App Unit Testing Logs & Removed Redundant Line in Gradle WorkFlow #230
Annotations
10 warnings
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:
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:
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/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:
AudioManager/AudioDeviceManager.cs#L83
Converting null literal or possible null value to non-nullable 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.
|
build:
AudioManager/AudioOutputForm.cs#L6
Non-nullable field 'audioFormInstance' 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:
DisplayProfileManager/DisplayConfig.cs#L576
Cannot convert null literal to non-nullable reference type.
|