Skip to content

feat(groups): implemented group creation #8

feat(groups): implemented group creation

feat(groups): implemented group creation #8

Triggered via push November 16, 2023 22:22
Status Success
Total duration 56s
Artifacts

build.yaml

on: push
Build project and run Architectural and Unit testing
48s
Build project and run Architectural and Unit testing
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build project and run Architectural and Unit testing: Application/Shared/Behaviours/MappingBehaviour.cs#L20
Possible null reference argument for parameter 'source' in 'TResponse IMapper.Map<TResponse>(object source)'.
Build project and run Architectural and Unit testing: Application/Expenses/Queries/Handlers/FindExpenseByIdQueryHandler.cs#L27
Possible null reference argument for parameter 'source' in 'ExpenseDTO IMapper.Map<ExpenseDTO>(object source)'.
Build project and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: Domain/Shared/Base/Entity.cs#L23
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build project and run Architectural and Unit testing: 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 and run Architectural and Unit testing: 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 and run Architectural and Unit testing: 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 and run Architectural and Unit testing: 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.