remove domain project #440
dotnet.yml
on: push
build
1m 5s
SonarCloud
5m 58s
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.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.
|