Skip to content

Modify Game.razor

Modify Game.razor #7

Triggered via push October 3, 2023 12:14
Status Success
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@v4.3.3. 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/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/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/Application/Gaas.GobbletGobblers.Application/GameModel.cs#L12
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#L14
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#L16
Non-nullable property 'Lines' 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.
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.