Skip to content
Triggered via push February 21, 2024 14:22
Status Failure
Total duration 1m 12s
Billable time 2m
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
deploy
Process completed with exit code 1.
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy: Shared/Models/Replay.cs#L17
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L19
Non-nullable property 'Gamemode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L25
Non-nullable property 'ServerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L29
Non-nullable property 'Duration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L37
Non-nullable property 'EndTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Player.cs#L10
Non-nullable property 'AntagPrototypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Player.cs#L12
Non-nullable property 'JobPrototypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Player.cs#L16
Non-nullable property 'PlayerIcName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Player.cs#L18
Non-nullable property 'PlayerOocName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/ParsedReplay.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Server/Program.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy: Server/Program.cs#L74
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy: Server/Program.cs#L28
Possible null reference assignment.
deploy: Server/ReplayParser.cs#L85
The variable 'e' is declared but never used
deploy: Server/ReplayParser.cs#L15
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Server/Program.cs#L28
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
deploy: Server/Program.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy: Server/Program.cs#L74
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy: Server/Program.cs#L28
Possible null reference assignment.
deploy: Server/ReplayParser.cs#L85
The variable 'e' is declared but never used