Lynn hakim #39
Annotations
10 warnings
DisplayProfileManager/DisplayConfig.cs#L635
Converting null literal or possible null value to non-nullable type.
|
DisplayProfileManager/DisplayConfig.cs#L635
Possible null reference assignment.
|
DisplayProfileManager/DisplayConfig.cs#L561
Cannot convert null literal to non-nullable reference type.
|
DisplayProfileManager/DisplayConfig.cs#L584
Cannot convert null literal to non-nullable reference type.
|
DisplayProfileManager/DisplayConfig.cs#L739
The variable 'e' is declared but never used
|
DAIRemote/AudioOutputForm.cs#L13
Non-nullable field 'audioDeviceComboBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
DAIRemote/SystemTray.cs#L13
Non-nullable field 'trayIcon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
DAIRemote/SystemTray.cs#L13
Non-nullable field 'trayMenu' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
DAIRemote/Form1.cs#L17
Nullability of reference types in type of parameter 'sender' of 'void Form1.Form1_Load(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
DAIRemote/Form1.cs#L18
Nullability of reference types in type of parameter 'sender' of 'void Form1.Form1_FormClosing(object sender, FormClosingEventArgs e)' doesn't match the target delegate 'FormClosingEventHandler' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading