Revert "changed directories" #4
Annotations
11 warnings
BlazorBattleship/GameClassLib/Player.cs#L35
Converting null literal or possible null value to non-nullable type.
|
BlazorBattleship/GameClassLib/Player.cs#L17
Field 'Player.Ship.x' is never assigned to, and will always have its default value 0
|
BlazorBattleship/GameClassLib/Player.cs#L18
Field 'Player.Ship.y' is never assigned to, and will always have its default value 0
|
BlazorBattleship/GameClassLib/Player.cs#L19
Field 'Player.Ship.length' is never assigned to, and will always have its default value 0
|
BlazorBattleship/Pages/Index.razor#L83
The field 'Index.isShipHorizontal' is assigned but its value is never used
|
BlazorBattleship/Pages/Index.razor#L84
The field 'Index.shipCount' is assigned but its value is never used
|
BlazorBattleship/GameClassLib/Player.cs#L35
Converting null literal or possible null value to non-nullable type.
|
BlazorBattleship/GameClassLib/Player.cs#L17
Field 'Player.Ship.x' is never assigned to, and will always have its default value 0
|
BlazorBattleship/GameClassLib/Player.cs#L18
Field 'Player.Ship.y' is never assigned to, and will always have its default value 0
|
BlazorBattleship/GameClassLib/Player.cs#L19
Field 'Player.Ship.length' is never assigned to, and will always have its default value 0
|
|
This job succeeded
Loading