Store correct date of bucket movement #181
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L17
Non-nullable field 'MonthBalanceChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L18
Non-nullable field 'BankBalanceChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L19
Non-nullable field 'MonthIncomeExpensesChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L20
Non-nullable field 'YearIncomeExpensesChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Shared/BucketDetailsDialog.razor#L145
Non-nullable field 'MonthBalanceChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Shared/BucketDetailsDialog.razor#L146
Non-nullable field 'MonthInputOutputChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Shared/BucketDetailsDialog.razor#L147
Non-nullable field 'BucketProgressionChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L17
Non-nullable field 'MonthBalanceChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L18
Non-nullable field 'BankBalanceChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Blazor:
OpenBudgeteer.Blazor/Pages/Report.razor.cs#L19
Non-nullable field 'MonthIncomeExpensesChart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading