deps: bump Swashbuckle.AspNetCore from 6.9.0 to 7.1.0 in /backend #90
Annotations
11 warnings
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 APIs:
backend/ClientsAPI/Models/CreateClientRequest.cs#L9
'CreateClientRequest.Email' hides inherited member 'ClientRequest.Email'. Use the new keyword if hiding was intended.
|
Build Backend APIs:
backend/ResourcesAPI/Models/UpdateResourceRequest.cs#L5
'UpdateResourceRequest.Id' hides inherited member 'ResourceDTO.Id'. Use the new keyword if hiding was intended.
|
Build Backend APIs:
backend/RentingAPI/Models/RegisterRentRequest.cs#L30
'RentResponse.ResourceName' hides inherited member 'Rent.ResourceName'. Use the new keyword if hiding was intended.
|
Build Backend APIs:
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 APIs:
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 APIs:
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 APIs:
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 APIs:
backend/RentingAPI/Controllers/RentingController.cs#L49
Dereference of a possibly null reference.
|
Build Backend APIs:
backend/RentingAPI/Controllers/RentingController.cs#L70
Dereference of a possibly null reference.
|
Build Backend APIs:
backend/ClientsAPI/Models/CreateClientRequest.cs#L9
'CreateClientRequest.Email' hides inherited member 'ClientRequest.Email'. Use the new keyword if hiding was intended.
|
Loading