Skip to content

remove domain project #440

remove domain project

remove domain project #440

Triggered via push October 17, 2024 12:47
Status Failure
Total duration 7m 26s
Artifacts

dotnet.yml

on: push
Terraform Apply
48s
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.Persistence/ServiceExtensions.cs#L30
Dereference of a possibly null reference.
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>'.
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/Repository/ProductRepositoryDapper.cs#L87
Nullability of reference types in value of type 'ReadOnlyCollection<Product?>' doesn't match target type 'ReadOnlyCollection<Product>'.
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/Dto/PaymentDto.cs#L19
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/CustomerDto.cs#L13
Non-nullable property 'Cpf' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.