Добавлен новый метод получения сессии по его id #82
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
MyOwnGame.Backend/Services/SessionService.cs#L44
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
MyOwnGame.Backend/Services/SessionService.cs#L91
Possible null reference argument for parameter 'player' in 'Task SessionCallbackService.PlayerConnectedToSession(long sessionId, Player player)'.
|
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.
|
MyOwnGame.Backend/Services/SessionService.cs#L192
Possible null reference return.
|
MyOwnGame.Backend/Services/SessionService.cs#L188
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.
|
MyOwnGame.Backend/Services/SessionService.cs#L301
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading