🐛 16 fix bug to do with timestamps when running in docker #6
Annotations
20 warnings
build
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
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'Tasks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/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#L62
Dereference of a possibly null reference.
|
build:
src/WebUI/Features/DailyScrum/Infrastructure/GraphService.cs#L62
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)'.
|