Skip to content

fix #140

fix #140 #229

Triggered via pull request December 17, 2023 17:31
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/dotnet-code-coverage-badge@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: QuizAppApi/QuizAppApi/Workers/DiscussionCacheDbSyncWorker.cs#L93
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: QuizAppApi/QuizAppApi/Workers/DiscussionCacheDbSyncWorker.cs#L11
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/UserResponseDto.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/UserLeaderboardResponseDto.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/TokenResponseDto.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuizResponseDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuizManipulationResponseDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuestionResponseDto.cs#L6
Non-nullable property 'QuestionText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuestionResponseDto.cs#L7
Non-nullable property 'QuestionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuestionResponseDto.cs#L8
Non-nullable property 'QuestionParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.