Skip to content

Merge pull request #8 from tomgasper/authentication-ui #7

Merge pull request #8 from tomgasper/authentication-ui

Merge pull request #8 from tomgasper/authentication-ui #7

Triggered via push September 12, 2024 08:14
Status Failure
Total duration 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateTask/CreateTaskCommandHandlerTests.cs#L31
There is no argument given that corresponds to the required parameter 'projectTasks' of 'Project.Create(string, string, WorkspaceId, ProjectOwnerId, List<ProjectTask>)'
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateProject/CreateProjectCommandHandlerTests.cs#L18
There is no argument given that corresponds to the required parameter 'userContext' of 'CreateProjectCommandHandler.CreateProjectCommandHandler(IProjectRepository, IUserContext)'
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateProject/CreateProjectCommandHandlerTests.cs#L43
'IProjectRepository' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'IProjectRepository' could be found (are you missing a using directive or an assembly reference?)
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateProject/CreateProjectCommandHandlerTests.cs#L44
'IProjectRepository' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'IProjectRepository' could be found (are you missing a using directive or an assembly reference?)
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateTask/CreateTaskCommandHandlerTests.cs#L31
There is no argument given that corresponds to the required parameter 'projectTasks' of 'Project.Create(string, string, WorkspaceId, ProjectOwnerId, List<ProjectTask>)'
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateProject/CreateProjectCommandHandlerTests.cs#L18
There is no argument given that corresponds to the required parameter 'userContext' of 'CreateProjectCommandHandler.CreateProjectCommandHandler(IProjectRepository, IUserContext)'
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateProject/CreateProjectCommandHandlerTests.cs#L43
'IProjectRepository' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'IProjectRepository' could be found (are you missing a using directive or an assembly reference?)
build: tests/UnitTests/PlanIt.Application.UnitTests/Projects/Commands/CreateProject/CreateProjectCommandHandlerTests.cs#L44
'IProjectRepository' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'IProjectRepository' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
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/