Skip to content

Fixed Create Player

Fixed Create Player #4

Triggered via push September 17, 2023 05:03
Status Success
Total duration 47s
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/GameModel.cs#L27
Non-nullable property 'Board' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Gaas.GobbletGobblers.Application/GameModel.cs#L29
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/GameModel.cs#L58
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Gaas.GobbletGobblers.Application/GameModel.cs#L63
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Gaas.GobbletGobblers.Application/GameModel.cs#L69
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/GameModel.cs#L71
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Gaas.GobbletGobblers.Application/GameModel.cs#L73
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/GameModel.cs#L40
Non-nullable property 'Size' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.