Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build with dotnet:
src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L38
Dereference of a possibly null reference.
|
Build with dotnet:
src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L38
Dereference of a possibly null reference.
|
Build with dotnet:
src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L59
Dereference of a possibly null reference.
|
Build with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphServiceClientFactory.cs#L15
The field 'GraphServiceClientFactory._redirectUri' is assigned but its value is never used
|
Build with dotnet:
src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L38
Dereference of a possibly null reference.
|
Build with dotnet:
src/WebUI/Features/DailyScrum/UseCases/CreateDailyScrumCommand/Infrastructure/GraphService.cs#L38
Dereference of a possibly null reference.
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Loading