correct transaction category view icon border color #35
Annotations
10 warnings
src/Dollet.Core/DTOs/IncomesGroupDto.cs#L5
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/DTOs/IncomesGroupDto.cs#L9
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/DTOs/IncomesGroupDto.cs#L10
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/DTOs/ExpensesGroupDto.cs#L5
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/DTOs/ExpensesGroupDto.cs#L9
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/DTOs/ExpensesGroupDto.cs#L10
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/Entities/Income.cs#L10
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/Entities/Expense.cs#L10
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/Entities/Account.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dollet.Core/Entities/Account.cs#L16
Non-nullable property 'Expenses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading