.NET Core Desktop Build v8.0 #15
Annotations
6 warnings
Build the application:
EBS-LAB/frmLogin.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
EBS-LAB/frmLogin.cs#L98
Dereference of a possibly null reference.
|
Build the application:
EBS-LAB/frmLogin.cs#L107
Dereference of a possibly null reference.
|
Build the application:
EBS-LAB/frmLogin.cs#L140
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
EBS-LAB/frmLogin.cs#L143
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
EBS-LAB/frmLogin.cs#L149
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading