The servers menu has been removed and all servers have been added to … #41
Annotations
10 warnings
Build:
DNS on Tray/Helper.cs#L102
Converting null literal or possible null value to non-nullable type.
|
Build:
DNS on Tray/Helper.cs#L104
Dereference of a possibly null reference.
|
Build:
DNS on Tray/Helper.cs#L108
Dereference of a possibly null reference.
|
Build:
DNS on Tray/Helper.cs#L114
Converting null literal or possible null value to non-nullable type.
|
Build:
DNS on Tray/Helper.cs#L118
Converting null literal or possible null value to non-nullable type.
|
Build:
DNS on Tray/Form1.cs#L63
Nullability of reference types in type of parameter 'sender' of 'void frmMain.MenuItemClickHandler(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build:
DNS on Tray/Form1.cs#L76
Nullability of reference types in type of parameter 'sender' of 'void frmMain.MenuItemClickHandler(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build:
DNS on Tray/Form1.cs#L85
Nullability of reference types in type of parameter 'sender' of 'void frmMain.MenuItemClickHandler(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build:
DNS on Tray/Form1.cs#L94
Nullability of reference types in type of parameter 'sender' of 'void frmMain.MenuItemClickHandler(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build:
DNS on Tray/Form1.cs#L119
Converting null literal or possible null value to non-nullable type.
|
Loading