docs: update architecture diagram #470
dotnet.yml
on: pull_request
build
46s
SonarCloud
4m 6s
Create terraform destroy plan
0s
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>'.
|