Migration: AddSeedData #9
Annotations
10 warnings
build:
RestaurantReservation.Db/Models/Table.cs#L10
Non-nullable property 'Restaurant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/Reservation.cs#L8
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/Reservation.cs#L11
Non-nullable property 'Table' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/OrderItem.cs#L8
Non-nullable property 'Order' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/OrderItem.cs#L11
Non-nullable property 'MenuItem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/Order.cs#L8
Non-nullable property 'Reservation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/Order.cs#L17
Non-nullable property 'OrderItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/MenuItem.cs#L8
Non-nullable property 'Restaurant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/Employee.cs#L8
Non-nullable property 'Restaurant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RestaurantReservation.Db/Models/Table.cs#L10
Non-nullable property 'Restaurant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|