test ci cd #2
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)'.
|