feat(group): implemented group records creation (no test) #14
Annotations
20 warnings
🧪 Run tests:
Application/Expenses/Queries/DTOs/ExpenseDTO.cs#L7
Non-nullable property 'Amount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Run tests:
Application/Expenses/Queries/DTOs/ExpenseDTO.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Run tests:
Application/Expenses/Queries/Handlers/FindExpenseByIdQueryHandler.cs#L27
Possible null reference argument for parameter 'source' in 'ExpenseDTO IMapper.Map<ExpenseDTO>(object source)'.
|
🧪 Run tests:
Application/Users/Commands/CreateUserCommand.cs#L10
Non-nullable property 'Mail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Run tests:
Application/Shared/Behaviours/MappingBehaviour.cs#L20
Possible null reference argument for parameter 'source' in 'TResponse IMapper.Map<TResponse>(object source)'.
|
🧪 Run tests:
Infrastructure/Authentication/Options/JwtOptions.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Run tests:
Infrastructure/Authentication/Options/JwtOptions.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Run tests:
Infrastructure/Authentication/Options/JwtOptions.cs#L9
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Run tests:
Infrastructure/Authentication/IdentityService.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
🧪 Run tests:
Persistance/Outbox/OutboxRecordsTrigger.cs#L55
The variable 'ex' is declared but never used
|
🏗️ Build project:
Domain/Shared/Base/Entity.cs#L23
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
🏗️ Build project:
Domain/Expenses/Entities/Expense.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Expenses/Entities/Expense.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Expenses/Entities/Expense.cs#L15
Non-nullable property 'Amount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Expenses/Entities/Expense.cs#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Groups/ValueObjects/RecordPercentage.cs#L9
Non-nullable property 'Member' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Budgets/Entities/Budget.cs#L28
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Budgets/Entities/Budget.cs#L28
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Budgets/Entities/Budget.cs#L28
Non-nullable property 'MaximumAmount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🏗️ Build project:
Domain/Budgets/Entities/Budget.cs#L28
Non-nullable property 'Period' 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