Fix O MD #7
Annotations
10 warnings
BotrisBattle.NET/PayloadType.cs#L116
Non-nullable property 'RoomData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L108
Non-nullable property 'WinnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L109
Non-nullable property 'WinnerInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L110
Non-nullable property 'RoomData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L100
Non-nullable property 'WinnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L101
Non-nullable property 'WinnerInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L102
Non-nullable property 'RoomData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L92
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L94
Non-nullable property 'GameState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BotrisBattle.NET/PayloadType.cs#L84
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading