Исправления финала #87
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/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/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/Helpers/QuestionParser.cs#L55
Dereference of a possibly null reference.
|
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/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/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.
|