Skip to content

Добавлена поддержка вопрсов без риска и супер кота в мешке #98

Добавлена поддержка вопрсов без риска и супер кота в мешке

Добавлена поддержка вопрсов без риска и супер кота в мешке #98

Triggered via push November 5, 2023 12:04
Status Success
Total duration 3m 24s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: MyOwnGame.Backend/Services/UsersService.cs#L19
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: MyOwnGame.Backend/Services/UsersService.cs#L34
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: MyOwnGame.Backend/Services/UsersService.cs#L60
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: MyOwnGame.Backend/Services/UsersService.cs#L76
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: MyOwnGame.Backend/Services/SessionService.cs#L45
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
deploy: MyOwnGame.Backend/Services/SessionService.cs#L72
Dereference of a possibly null reference.
deploy: MyOwnGame.Backend/Services/SessionService.cs#L116
Possible null reference argument for parameter 'player' in 'Task SessionCallbackService.PlayerConnectedToSession(long sessionId, Player player)'.
deploy: MyOwnGame.Backend/Services/SessionService.cs#L179
Dereference of a possibly null reference.
deploy: MyOwnGame.Backend/Services/SessionService.cs#L187
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: MyOwnGame.Backend/Services/SessionService.cs#L344
Dereference of a possibly null reference.