added urgent indexes #54
Annotations
10 warnings
build:
src/BSMS.Core/Entities/User.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Entities/User.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Entities/User.cs#L17
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Entities/User.cs#L18
Non-nullable property 'PasswordSalt' 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/Trip.cs#L24
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#L25
Non-nullable property 'BoughtTickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Entities/BusReview.cs#L25
Non-nullable property 'Bus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Entities/BusReview.cs#L26
Non-nullable property 'Passenger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|