Skip to content

Бэйз 2

Бэйз 2 #55

Triggered via push October 28, 2023 20:51
Status Success
Total duration 1m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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#L44
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
deploy: MyOwnGame.Backend/Services/SessionService.cs#L91
Possible null reference argument for parameter 'player' in 'Task SessionCallbackService.PlayerConnectedToSession(long sessionId, Player player)'.
deploy: MyOwnGame.Backend/Services/SessionService.cs#L150
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/Database/User.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: MyOwnGame.Backend/Database/User.cs#L12
Non-nullable property 'AvatarImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: MyOwnGame.Backend/Controllers/SessionController.cs#L33
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.