π Moved access token to separate page #3
Annotations
5 errors and 10 warnings
build:
tests/IntegrationTests/GraphServiceTests.cs#L51
There is no argument given that corresponds to the required parameter 'currentUserService' of 'GraphService.GraphService(ICurrentUserService)'
|
build:
tests/IntegrationTests/GraphServiceTests.cs#L52
'GraphService' does not contain a definition for 'UpdateAccessToken' and no accessible extension method 'UpdateAccessToken' accepting a first argument of type 'GraphService' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/IntegrationTests/GraphServiceTests.cs#L51
There is no argument given that corresponds to the required parameter 'currentUserService' of 'GraphService.GraphService(ICurrentUserService)'
|
build:
tests/IntegrationTests/GraphServiceTests.cs#L52
'GraphService' does not contain a definition for 'UpdateAccessToken' and no accessible extension method 'UpdateAccessToken' accepting a first argument of type 'GraphService' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build:
src/WebUI/Common/Identity/ICurrentUserService.cs#L16
Nullability of reference types in return type of 'string? CurrentUserService.AccessToken.get' doesn't match implicitly implemented member 'string ICurrentUserService.AccessToken.get' (possibly because of nullability attributes).
|
build:
src/WebUI/Common/ViewModels/ProjectViewModel.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider 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 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 declaring the property as nullable.
|
build:
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L59
Dereference of a possibly null reference.
|
build:
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L59
Dereference of a possibly null reference.
|
build:
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L79
Dereference of a possibly null reference.
|
build:
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L79
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#L82
Possible null reference argument for parameter 'name' in 'TaskItem.TaskItem(TaskStatus status, string name)'.
|
build:
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L84
Possible null reference argument for parameter 'name' in 'Project.Project(string name, bool isSystemProject, IEnumerable<TaskItem> tasks)'.
|