Skip to content

fix(groups): seal query and fix ef conversion #12

fix(groups): seal query and fix ef conversion

fix(groups): seal query and fix ef conversion #12

Triggered via push November 18, 2023 19:43
Status Success
Total duration 55s
Artifacts

build.yaml

on: push
Build project and run Architectural and Unit testing
47s
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/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: 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.
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: 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/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 and run Architectural and Unit testing: 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 and run Architectural and Unit testing: 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 and run Architectural and Unit testing: 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.
Build project and run Architectural and Unit testing: 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 and run Architectural and Unit testing: Domain/Groups/ValueObjects/GroupRecord.cs#L7
Non-nullable property 'Creator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build project and run Architectural and Unit testing: Domain/Groups/ValueObjects/GroupRecord.cs#L9
Non-nullable property 'Percentages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.