Add SingR #4
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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.
|