Skip to content

Deploy

Deploy #17

Manually triggered February 24, 2024 16:22
Status Success
Total duration 2m 3s
Billable time 2m
Artifacts

deploy.yml

on: workflow_dispatch
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#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#L82
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#L87
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#L43
Possible null reference assignment.
deploy: Server/ReplayParser.cs#L86
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#L43
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#L82
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#L87
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#L43
Possible null reference assignment.
deploy: Server/ReplayParser.cs#L86
The variable 'e' is declared but never used