Skip to content

Merge remote-tracking branch 'origin/master' #28

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #28

Triggered via push March 7, 2024 09:04
Status Success
Total duration 1m 26s
Billable time 2m
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
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#L19
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L21
Non-nullable property 'Gamemode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L27
Non-nullable property 'ServerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L31
Non-nullable property 'Duration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Shared/Models/Replay.cs#L39
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#L89
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#L94
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#L44
Possible null reference assignment.
deploy: Server/ReplayParser.cs#L90
The variable 'e' is declared but never used
deploy: Server/ReplayParser.cs#L16
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: Server/Program.cs#L44
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#L89
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#L94
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#L44
Possible null reference assignment.
deploy: Server/ReplayParser.cs#L90
The variable 'e' is declared but never used