Replace DbContext tests with Repository tests using Sqlite, Remove In… #11
Annotations
5 errors and 10 warnings
Build:
RestaurantReservation.Test/Fixtures/FullTestSetupFixture.cs#L20
'ServiceCollection' does not contain a definition for 'InjectDomain' and no accessible extension method 'InjectDomain' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
Build:
RestaurantReservation.Test/Fixtures/FullTestSetupFixture.cs#L21
'ServiceCollection' does not contain a definition for 'InjectApplication' and no accessible extension method 'InjectApplication' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
Build:
RestaurantReservation.Test/Fixtures/FullTestSetupFixture.cs#L20
'ServiceCollection' does not contain a definition for 'InjectDomain' and no accessible extension method 'InjectDomain' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
Build:
RestaurantReservation.Test/Fixtures/FullTestSetupFixture.cs#L21
'ServiceCollection' does not contain a definition for 'InjectApplication' and no accessible extension method 'InjectApplication' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
Build
Process completed with exit code 1.
|
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.
|
Loading