make driver-company relation strict, done refactoring #24
Annotations
10 warnings
Build:
src/BSMS.Core/Entities/Trip.cs#L15
Non-nullable property 'BusScheduleEntry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/Trip.cs#L16
Non-nullable property 'BoughtTickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Views/BusDetailsView.cs#L6
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Views/BusDetailsView.cs#L7
Non-nullable property 'Brand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/TicketPayment.cs#L20
Non-nullable property 'Trip' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/Bus.cs#L18
Non-nullable property 'BusScheduleEntries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/Bus.cs#L19
Non-nullable property 'BusReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/Bus.cs#L20
Non-nullable property 'Driver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/Bus.cs#L21
Non-nullable property 'Seats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Entities/BusReview.cs#L20
Non-nullable property 'Bus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading