Fix/flashcard ux #227
Annotations
13 warnings
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/
|
Create Test Coverage Badge
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/
|
Create Test Coverage Badge
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/Services/LoginService.cs#L32
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build:
QuizAppApi/QuizAppApi/Services/FlashcardCollectionService.cs#L35
Possible null reference return.
|
Build:
QuizAppApi/QuizAppApi/Services/FlashcardCollectionService.cs#L71
Possible null reference assignment.
|
Build:
QuizAppApi/QuizAppApi/Services/FlashcardCollectionService.cs#L74
Possible null reference return.
|
Build:
QuizAppApi/QuizAppApi/Services/ExplanationService.cs#L24
Dereference of a possibly null reference.
|
Build:
QuizAppApi/QuizAppApi/Services/ExplanationService.cs#L40
The variable 'ex' is declared but never used
|
Build:
QuizAppApi/QuizAppApi/Services/ExplanationService.cs#L58
Possible null reference argument for parameter 'prompt' in 'Task<string?> ExplanationService.GenerateAnswer(string prompt)'.
|
Build:
QuizAppApi/QuizAppApi/Services/ExplanationService.cs#L63
Possible null reference argument for parameter 'prompt' in 'Task<string?> ExplanationService.GenerateAnswer(string prompt)'.
|
The logs for this run have expired and are no longer available.
Loading