Skip to content

docs: attached diagram to README.md #15

docs: attached diagram to README.md

docs: attached diagram to README.md #15

Triggered via push December 26, 2023 13:01
Status Success
Total duration 1m 42s
Artifacts

build.yaml

on: push
Build project and run Architectural and Unit testing
1m 33s
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/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/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/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: Unit/Groups/Handler/Command/CreateRecordCommandHandler.cs#L18
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: 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#L27
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/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/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.