π SSO is now working #17
Annotations
20 warnings
|
|
|
|
|
|
|
|
|
|
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.
|
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.
|
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.
|
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.
|
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L61
Dereference of a possibly null reference.
|
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L61
Dereference of a possibly null reference.
|
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L82
Dereference of a possibly null reference.
|
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)'.
|
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L85
Possible null reference argument for parameter 'name' in 'TaskItem.TaskItem(TaskStatus status, string name)'.
|
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)'.
|
The logs for this run have expired and are no longer available.
Loading