renting-deps: bump Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.10 to 9.0.2 in /backend/RentingAPI #82
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/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/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/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/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.
|
Loading