Updated the design of landing page #95
Merged
Annotations
1 error and 10 warnings
|
Run Culinary Command xUnit tests
Process completed with exit code 1.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Models/Recipe.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Models/Recipe.cs#L15
Non-nullable property 'Restaurant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Models/Recipe.cs#L14
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Entities/Ingredient.cs#L21
Non-nullable property 'DefaultUnit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Entities/Ingredient.cs#L18
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Entities/Ingredient.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Entities/UserLocation.cs#L15
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Entities/UserLocation.cs#L12
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Models/Recipe.cs#L46
Non-nullable property 'Unit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Culinary Command xUnit tests:
CulinaryCommandApp/Data/Models/Recipe.cs#L40
Non-nullable property 'Unit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading