deps: Bump Microsoft.EntityFrameworkCore.Relational and Npgsql.EntityFrameworkCore.PostgreSQL #225
Annotations
1 error and 20 warnings
|
Collect Test Coverage
Process completed with exit code 1.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/ViewModels/RecipeViewModel.cs#L12
Non-nullable property 'Ingredients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/ViewModels/RecipeViewModel.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/ViewModels/RecipeViewModel.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/ViewModels/RecipeViewModel.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/ViewModels/MealPlanItemViewModel.cs#L6
Non-nullable property 'ColorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/Pages/Recipes/View.razor.cs#L46
The variable 'err' is declared but never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/Pages/Recipes/View.razor.cs#L48
The variable 'i' is assigned but its value is never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/Pages/Recipes/View.razor.cs#L44
Possible null reference argument for parameter 'recipe' in 'RecipeDetailViewModel RecipeMappings.ToViewModel(RecipeDetailDto recipe)'.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Kitchen/ViewModels/StepViewModel.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Services/Services/LocalizationService.cs#L20
Non-nullable field '_defaultLocale' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data.Mysql/MySqlDesignTimeFactory.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Frontend.UI/Components/UiNumericGroup.razor.cs#L26
Non-nullable property 'Step' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Frontend.UI/Components/UiNumericGroup.razor.cs#L23
Non-nullable property 'Max' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Frontend.UI/Components/UiNumericGroup.razor.cs#L20
Non-nullable property 'Min' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Frontend.UI/Components/UiNumericGroup.razor.cs#L10
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data.PostgreSql/PostgreSqlDesignTimeFactory.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data.Sqlite/SqliteDesignTimeFactory.cs#L15
Cannot convert null literal to non-nullable reference type.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data.Sqlite/Extensions/ServiceCollectionExtensions.cs#L43
Possible null reference argument for parameter 'filePath' in 'string ConnectionStringBuilder.Build(string filePath)'.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data/Interceptors/NormalizationInterceptor.cs#L9
Parameter 'logger' is unread.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data/Entities/RecipeStep.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading