Исправления супер кота в мешке #79
Annotations
10 warnings
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/Hadlers/SimpleQuestionHandler.cs#L5
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#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/Domain/Player.cs#L11
Non-nullable property 'ConnectionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
MyOwnGame.Backend/Helpers/QuestionParser.cs#L55
Dereference of a possibly null reference.
|
deploy:
MyOwnGame.Backend/Controllers/FilesController.cs#L29
Possible null reference argument for parameter 'path' in 'FileStream File.OpenRead(string path)'.
|
deploy:
MyOwnGame.Backend/Controllers/FilesController.cs#L18
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/Controllers/FilesController.cs#L42
Converting null literal or possible null value to non-nullable type.
|
deploy:
MyOwnGame.Backend/Controllers/FilesController.cs#L48
Possible null reference argument for parameter 'path' in 'FileStream File.OpenRead(string path)'.
|