chore: Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.InMemory #47
Annotations
1 error and 11 warnings
|
|
|
|
|
ParkingApi/src/Services/RedisService.cs#L27
Possible null reference return.
|
|
ParkingApi/src/Services/RedisService.cs#L20
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
|
ParkingApi/src/Models/BookingInfo.cs#L6
Non-nullable property 'VehicleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ParkingApi/src/Services/PostgresService.cs#L748
Possible null reference return.
|
|
ParkingApi/src/Services/PostgresService.cs#L57
Possible null reference return.
|
|
ParkingApi/src/Services/RedisService.cs#L72
Dereference of a possibly null reference.
|
|
ParkingApi/src/Services/RedisService.cs#L29
Possible null reference return.
|
|
ParkingApi/src/Services/RedisService.cs#L27
Possible null reference return.
|
|
ParkingApi/src/Services/RedisService.cs#L20
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
|
ParkingApi/src/Models/BookingInfo.cs#L6
Non-nullable property 'VehicleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading