completed seed of bus reviews #57
Annotations
10 warnings
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/Views/TripView.cs#L8
Non-nullable property 'RouteName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Views/TripView.cs#L9
Non-nullable property 'BusBrand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Views/TripView.cs#L10
Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BSMS.Core/Views/TripView.cs#L12
Non-nullable property 'TripStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
Loading