Project task UI and some other fixes #11
Annotations
1 error and 5 warnings
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/PlanIt.Application/Projects/Commands/CreateProject/CreateProjectCommandHandler.cs#L43
Dereference of a possibly null reference.
|
Build:
src/PlanIt.WebApi/Common/Mapping/TaskMapping.cs#L20
Possible null reference argument for parameter 'AssignedUsers' in 'CreateTaskCommand.CreateTaskCommand(string UserId, string ProjectId, string Name, string Description, DateTime DueDate, List<string> AssignedUsers)'.
|
Build:
src/PlanIt.Application/Projects/Commands/CreateProject/CreateProjectCommandHandler.cs#L43
Dereference of a possibly null reference.
|
Build:
src/PlanIt.WebApi/Common/Mapping/TaskMapping.cs#L20
Possible null reference argument for parameter 'AssignedUsers' in 'CreateTaskCommand.CreateTaskCommand(string UserId, string ProjectId, string Name, string Description, DateTime DueDate, List<string> AssignedUsers)'.
|
Loading