Skip to content

Fixed the Quarter, Semi and Third Place Final tags #52

Fixed the Quarter, Semi and Third Place Final tags

Fixed the Quarter, Semi and Third Place Final tags #52

Re-run triggered July 3, 2024 12:47
Status Failure
Total duration 1m 17s
Artifacts
build-and-deploy
1m 3s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build-and-deploy: FootballEngine/Logic/FixtureAndResultLogic.cs#L168
'Enums.Stage' does not contain a definition for 'Third_Place'
build-and-deploy: FootballEngine/Logic/FixtureAndResultLogic.cs#L168
'Enums.Stage' does not contain a definition for 'Third_Place'
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy: FootballShared/FootballData/FootballDataModel.cs#L198
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/FootballData/FootballDataModel.cs#L199
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/FootballData/FootballDataModel.cs#L200
Non-nullable property 'nationality' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L9
Non-nullable property 'TeamCrestUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L11
Non-nullable property 'Website' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L12
Non-nullable property 'TeamColours' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L13
Non-nullable property 'HomeStadium' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L14
Non-nullable property 'Squad' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: FootballShared/Models/Team.cs#L15
Non-nullable property 'SquadByPosition' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.