deps: Bump Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.11 to 9.0.12 #197
Annotations
30 warnings
|
Build Docker Image
The variable 'i' is assigned but its value is never used
|
|
Build Docker Image
Non-nullable property 'IconName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Docker Image
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Docker Image
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Docker Image
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build Docker Image
Non-nullable field '_defaultLocale' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build Docker Image
Non-nullable property 'Step' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Docker Image
Non-nullable property 'Max' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Docker Image
Non-nullable property 'Min' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Docker Image
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:
source/HomeBook.Frontend.Module.Finances/Pages/Saving/Add.razor.cs#L25
The field 'Add._formStep2' is never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Finances/Pages/Saving/Add.razor.cs#L24
The field 'Add._formStepBasicData' is never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Finances/Pages/Saving/Add.razor.cs#L14
Non-nullable field '_stepper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
.NET Build:
source/HomeBook.Frontend.Module.Finances/Pages/Saving/Edit.razor.cs#L49
The variable 'i' is assigned but its value is never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Finances/Pages/Saving/Edit.razor.cs#L38
The variable 'i' is assigned but its value is never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Finances/Components/HbSavingGoalsOverviewList.razor.cs#L38
The variable 'i' is assigned but its value is never used
|
|
.NET Build:
source/HomeBook.Frontend.Module.Finances/ViewModels/SavingGoalDetailViewModel.cs#L10
Non-nullable property 'IconName' 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.Finances/ViewModels/SavingGoalDetailViewModel.cs#L9
Non-nullable property 'Color' 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.Finances/ViewModels/SavingGoalDetailViewModel.cs#L8
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.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.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.Mysql/MySqlDesignTimeFactory.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
.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/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.
|
|
.NET Build (Service for Client Generation):
source/HomeBook.Backend.Data/Interceptors/NormalizationInterceptor.cs#L9
Parameter 'logger' is unread.
|
Loading