Skip to content

Feat/leaderboard

Feat/leaderboard #150

Triggered via pull request November 13, 2023 07:44
Status Success
Total duration 57s
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/Services/LoginService.cs#L32
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: QuizAppApi/QuizAppApi/Services/ExplanationService.cs#L43
The variable 'ex' is declared but never used
build: QuizAppApi/QuizAppApi/Models/Quiz.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Models/Questions/OptionQuestion.cs#L7
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Models/Questions/Option.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Models/Questions/Option.cs#L8
Non-nullable property 'Question' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Models/Questions/OpenTextQuestion.cs#L7
Non-nullable property 'CorrectAnswer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Models/Question.cs#L8
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Models/Question.cs#L11
Non-nullable property 'Quiz' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Events/AnswerSubmittedEventHandlerUserUpdater.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void AnswerSubmittedEventHandlerUserUpdater.UpdateUserData(object sender, AnswerSubmittedEventArgs args)' doesn't match the target delegate 'EventHandler<AnswerSubmittedEventArgs>' (possibly because of nullability attributes).