Skip to content

Fixed Create Player

Fixed Create Player #3

Triggered via push September 17, 2023 04:59
Status Success
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

UnitTest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.