Skip to content

docs: update architecture diagram #470

docs: update architecture diagram

docs: update architecture diagram #470

Triggered via pull request November 17, 2024 15:11
Status Success
Total duration 5m 12s
Artifacts

dotnet.yml

on: pull_request
Create Semantic Release
0s
Create Semantic Release
build-docker-image
0s
build-docker-image
Terraform Apply
0s
Terraform Apply
Create terraform destroy plan
0s
Create terraform destroy plan
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/GetOrderDetailsUseCase.cs#L15
Possible null reference argument for parameter 'customer' in 'void Order.SetCustomer(Customer customer)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/CreateOrderUseCase.cs#L59
Possible null reference argument for parameter 'Name' in 'CustomerReplicaDto.CustomerReplicaDto(Guid Id, string Cpf, string Name, string Email)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/CreateOrderUseCase.cs#L60
Possible null reference argument for parameter 'Email' in 'CustomerReplicaDto.CustomerReplicaDto(Guid Id, string Cpf, string Name, string Email)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/CreateOrderUseCase.cs#L64
Possible null reference argument for parameter 'paymentId' in 'OrderCreated.OrderCreated(Guid id, CustomerReplicaDto? customer, List<OrderItemReplicaDto> items, OrderStatus status, string orderTrackingCode, PaymentId paymentId, decimal total)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/ServiceExtensions.cs#L29
Dereference of a possibly null reference.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/ProductDto.cs#L21
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/ProductDto.cs#L21
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/PaymentDto.cs#L15
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/PaymentDto.cs#L15
Non-nullable property 'ExternalReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Repository/ProductRepositoryDapper.cs#L74
Nullability of reference types in value of type 'ReadOnlyCollection<Product?>' doesn't match target type 'ReadOnlyCollection<Product>'.