Skip to content

🔒 SSO is now working #17

🔒 SSO is now working

🔒 SSO is now working #17

Triggered via push November 4, 2024 20:26
Status Success
Total duration 1m 12s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Non-nullable property 'Tasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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
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)'.
build
Possible null reference argument for parameter 'name' in 'Project.Project(string name, bool isSystemProject, IEnumerable<TaskItem> tasks)'.
build: src/WebUI/Common/ViewModels/ProjectViewModel.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/WebUI/Common/ViewModels/ProjectViewModel.cs#L9
Non-nullable property 'Tasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/WebUI/Features/DailyScrum/Queries/DailyScrumViewModel.cs#L36
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/WebUI/Pages/Index.cshtml.cs#L19
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/Infrastructure/GraphService.cs#L61
Dereference of a possibly null reference.
build: src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L61
Dereference of a possibly null reference.
build: src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L82
Dereference of a possibly null reference.
build: src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L82
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/Infrastructure/GraphService.cs#L85
Possible null reference argument for parameter 'name' in 'TaskItem.TaskItem(TaskStatus status, string name)'.
build: src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L87
Possible null reference argument for parameter 'name' in 'Project.Project(string name, bool isSystemProject, IEnumerable<TaskItem> tasks)'.