Skip to content

Исправления бэкенда и фронтенда #104

Исправления бэкенда и фронтенда

Исправления бэкенда и фронтенда #104

Triggered via push November 9, 2023 11:59
Status Success
Total duration 2m 37s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: MyOwnGame.Backend/Controllers/AdminController.cs#L17
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/Controllers/AdminController.cs#L29
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/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/SessionController.cs#L33
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
deploy: MyOwnGame.Backend/Controllers/FilesController.cs#L42
Converting null literal or possible null value to non-nullable type.