Another fix for #221 #160
Annotations
17 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/.
|
Run Core Test Cases:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L35
Non-nullable property 'BucketVersions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Core Test Cases:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L37
Non-nullable property 'BudgetedTransactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Core Test Cases:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L39
Non-nullable property 'BucketMovements' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Core Test Cases:
OpenBudgeteer.Core.Data.Entities/Models/BucketGroup.cs#L17
Non-nullable property 'Buckets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Core Test Cases:
OpenBudgeteer.Core.Data.Entities/Models/BucketRuleSet.cs#L22
Non-nullable property 'MappingRules' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Core Test Cases:
OpenBudgeteer.Core/ViewModels/EntityViewModels/TransactionViewModel.cs#L592
Dereference of a possibly null reference.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L35
Non-nullable property 'BucketVersions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L37
Non-nullable property 'BudgetedTransactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L39
Non-nullable property 'BucketMovements' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/BucketGroup.cs#L17
Non-nullable property 'Buckets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/BucketRuleSet.cs#L22
Non-nullable property 'MappingRules' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Blazor:
OpenBudgeteer.Core/ViewModels/EntityViewModels/TransactionViewModel.cs#L592
Dereference of a possibly null reference.
|
Build Blazor:
OpenBudgeteer.Blazor/Shared/EditBucketDialog.razor#L78
Possible null reference assignment.
|
Build Blazor:
OpenBudgeteer.Blazor/Shared/EditBucketDialog.razor#L89
Possible null reference assignment.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L35
Non-nullable property 'BucketVersions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Blazor:
OpenBudgeteer.Core.Data.Entities/Models/Bucket.cs#L37
Non-nullable property 'BudgetedTransactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading