fix building in NeaServer.csproj #22
Annotations
10 warnings
Program.cs#L193
Cannot convert null literal to non-nullable reference type.
|
Classes.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L24
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L26
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L6
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L7
Non-nullable property 'ChannelID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L8
Non-nullable property 'UserID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L11
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Classes.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading