feat: added filtered sum on list screen #56
Merged
Annotations
10 warnings
|
BankingService.Core/API/DTOs/TransactionsReportDto.cs#L14
Non-nullable property 'HighestTransactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/API/DTOs/TransactionsReportDto.cs#L7
Non-nullable property 'SumPerCategory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/SPI/DTOs/UpdatableTransactionDto.cs#L9
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/SPI/DTOs/UpdatableTransactionDto.cs#L8
Non-nullable property 'AutoComment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/SPI/DTOs/UpdatableTransactionDto.cs#L7
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/SPI/DTOs/UpdatableTransactionDto.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/API/DTOs/UpdatableTransactionDto.cs#L9
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/API/DTOs/UpdatableTransactionDto.cs#L8
Non-nullable property 'AutoComment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/API/DTOs/UpdatableTransactionDto.cs#L7
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BankingService.Core/API/DTOs/UpdatableTransactionDto.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading