Skip to content

test ci cd

test ci cd #2

Triggered via push October 16, 2023 21:16
Status Success
Total duration 43s
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
build: MyOwnGame.Backend/Services/UsersService.cs#L16
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.
build: MyOwnGame.Backend/Services/UsersService.cs#L21
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.
build: MyOwnGame.Backend/Services/UsersService.cs#L35
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.
build: MyOwnGame.Backend/Services/UsersService.cs#L49
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.
build: MyOwnGame.Backend/Services/SessionService.cs#L36
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: MyOwnGame.Backend/Services/SessionService.cs#L288
Dereference of a possibly null reference.
build: MyOwnGame.Backend/Services/FilesService.cs#L21
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: MyOwnGame.Backend/Services/FilesService.cs#L42
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
build: MyOwnGame.Backend/Parsers/SiqPackageParser.cs#L20
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: MyOwnGame.Backend/Parsers/QuestionInfo/QuestionParsers/MediaQuestionParser.cs#L20
Possible null reference argument for parameter 'type' in 'QuestionContentType StringToQuestionContentTypeMapper.Map(string type)'.