Fixed Create Player #3
Annotations
10 warnings
src/Domain/Gaas.GobbletGobblers.Domain/Sizes/Size.cs#L9
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Domain/Gaas.GobbletGobblers.Domain/Events/CreateGameEvent.cs#L10
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/PutCockRequest.cs#L13
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/MoveCockRequest.cs#L11
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/MoveCockRequest.cs#L13
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/JoinGameRequest.cs#L9
Non-nullable property 'PlayerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/GameRequest.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/GameRequest.cs#L12
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/GameRequest.cs#L5
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Gaas.GobbletGobblers.Application/UseCases/CreateGameRequest.cs#L7
Non-nullable property 'PlayerName' 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