Add autocomplete. #46
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/SearchResult.cs#L9
Non-nullable property 'Replays' 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:
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:
Server/Api/ReplayController.cs#L47
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
deploy:
Server/Program.cs#L95
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#L49
Possible null reference assignment.
|
deploy:
Server/ReplayParser.cs#L89
The variable 'e' is declared but never used
|
deploy:
Server/ReplayParser.cs#L160
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/ReplayParser.cs#L342
Dereference of a possibly null reference.
|
deploy:
Server/ReplayParser.cs#L17
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Server/Program.cs#L49
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/Api/ReplayController.cs#L47
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
deploy:
Server/Program.cs#L95
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.
|