Add authentication and authorization #35
ci.yml
on: pull_request
backend-build
22s
frontend-build
5s
Annotations
11 errors and 2 warnings
frontend-build
Process completed with exit code 1.
|
backend-build:
binder-web-backend/Binder.UnitTests/Repositories/ToDoTasksRepositoryTests.cs#L64
There is no argument given that corresponds to the required parameter 'tableId' of 'ToDoTasksRepository.GetTasksByTable(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Repositories/ToDoTasksRepositoryTests.cs#L77
There is no argument given that corresponds to the required parameter 'tableId' of 'ToDoTasksRepository.GetTasksByTable(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Repositories/DefaultTableRepositoryTests.cs#L55
There is no argument given that corresponds to the required parameter 'tableId' of 'DefaultTableRepository.GetById(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L40
There is no argument given that corresponds to the required parameter 'tableId' of 'IDefaultTableRepository.GetById(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L41
There is no argument given that corresponds to the required parameter 'tableId' of 'IDefaultTableRepository.GetById(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L43
There is no argument given that corresponds to the required parameter 'user' of 'IDefaultTableRepository.GetAll(User)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L46
There is no argument given that corresponds to the required parameter 'tableId' of 'IDefaultTableRepository.GetById(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L47
There is no argument given that corresponds to the required parameter 'user' of 'IDefaultTableRepository.GetAll(User)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L50
There is no argument given that corresponds to the required parameter 'tableId' of 'IToDoTasksRepository.GetTasksByTable(User, int)'
|
backend-build:
binder-web-backend/Binder.UnitTests/Services/DefaultTableServiceTests.cs#L60
There is no argument given that corresponds to the required parameter 'tableId' of 'DefaultTableService.GetTable(string, int)'
|
frontend-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
backend-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|