Merge pull request #179 from soat-fiap/api_version #481
dotnet.yml
on: push
build
45s
SonarCloud
5m 12s
Create terraform destroy plan
1m 2s
Annotations
10 warnings
build:
src/Bmb.Orders.Domain/Entities/Order.cs#L24
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Bmb.Orders.Domain/Entities/Order.cs#L36
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Bmb.Orders.Domain/Entities/Order.cs#L43
Non-nullable property 'TrackingCode' 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.
|
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/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/Repository/InMemoryOrderRepository.cs#L27
Nullability of reference types in value of type 'Task<Order?>' doesn't match target type 'Task<Order>'.
|