correct selected behavior on edit income page #24
Annotations
10 warnings
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
src/Dollet.Core/Entities/Account.cs#L17
Non-nullable property 'Incomes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Dollet.Core/Entities/Category.cs#L14
Non-nullable property 'Expenses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
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.
|
The logs for this run have expired and are no longer available.
Loading