Skip to content

deps: bump Swashbuckle.AspNetCore from 6.9.0 to 7.1.0 in /backend #77

deps: bump Swashbuckle.AspNetCore from 6.9.0 to 7.1.0 in /backend

deps: bump Swashbuckle.AspNetCore from 6.9.0 to 7.1.0 in /backend #77

Triggered via pull request November 25, 2024 12:55
Status Failure
Total duration 1m 5s
Artifacts

main.yaml

on: pull_request
build-frontend-ng
56s
build-frontend-ng
build-frontend-react
35s
build-frontend-react
build-backend
39s
build-backend
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build-frontend-ng
Process completed with exit code 1.
build-frontend-react
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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-backend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-backend: backend/ClientsAPI/Models/CreateClientRequest.cs#L9
'CreateClientRequest.Email' hides inherited member 'ClientRequest.Email'. Use the new keyword if hiding was intended.
build-backend: backend/ResourcesAPI/Models/UpdateResourceRequest.cs#L5
'UpdateResourceRequest.Id' hides inherited member 'ResourceDTO.Id'. Use the new keyword if hiding was intended.
build-backend: backend/RentingAPI/Models/RegisterRentRequest.cs#L30
'RentResponse.ResourceName' hides inherited member 'Rent.ResourceName'. Use the new keyword if hiding was intended.
build-backend: backend/RentingAPI/Models/InventoryAPI/ItemResponse.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-backend: backend/RentingAPI/Controllers/RentingController.cs#L108
Non-nullable property 'ReturnDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-backend: backend/RentingAPI/Models/Data/Rent.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-backend: backend/RentingAPI/Models/Data/Rent.cs#L24
Non-nullable property 'ResourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-backend: backend/RentingAPI/Controllers/RentingController.cs#L49
Dereference of a possibly null reference.
build-backend: backend/RentingAPI/Controllers/RentingController.cs#L70
Dereference of a possibly null reference.
build-backend: backend/ClientsAPI/Models/CreateClientRequest.cs#L9
'CreateClientRequest.Email' hides inherited member 'ClientRequest.Email'. Use the new keyword if hiding was intended.
build-frontend-ng
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/