Skip to content

22--task-selection

22--task-selection #20

Triggered via pull request December 14, 2024 10:19
Status Success
Total duration 1m 10s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build
Possible null reference argument for parameter 'source' in 'IEnumerable<IGrouping<string?, TodoTask>> Enumerable.GroupBy<TodoTask, string?>(IEnumerable<TodoTask> source, Func<TodoTask, string?> keySelector)'.
build
Possible null reference argument for parameter 'name' in 'TaskItem.TaskItem(TaskStatus status, string name, Guid? id = null)'.
build
Possible null reference argument for parameter 'name' in 'Project.Project(string name, bool isSystemProject, IEnumerable<TaskItem> tasks)'.
build
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
The field 'GraphServiceClientFactory._redirectUri' is assigned but its value is never used
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build: src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L59
Possible null reference argument for parameter 'source' in 'IEnumerable<IGrouping<string?, TodoTask>> Enumerable.GroupBy<TodoTask, string?>(IEnumerable<TodoTask> source, Func<TodoTask, string?> keySelector)'.
build: src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L62
Possible null reference argument for parameter 'name' in 'TaskItem.TaskItem(TaskStatus status, string name, Guid? id = null)'.
build: src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L64
Possible null reference argument for parameter 'name' in 'Project.Project(string name, bool isSystemProject, IEnumerable<TaskItem> tasks)'.
build: src/WebUI/Pages/DailyScrum/Email.cshtml.cs#L27
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: src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphServiceClientFactory.cs#L15
The field 'GraphServiceClientFactory._redirectUri' is assigned but its value is never used