Skip to content

Update README.md

Update README.md #8

Triggered via push April 29, 2024 15:16
Status Success
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

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.