Skip to content

Merge pull request #179 from soat-fiap/api_version #481

Merge pull request #179 from soat-fiap/api_version

Merge pull request #179 from soat-fiap/api_version #481

Triggered via push November 25, 2024 13:17
Status Success
Total duration 9m 50s
Artifacts

dotnet.yml

on: push
Create Semantic Release
31s
Create Semantic Release
build-docker-image
58s
build-docker-image
Terraform Apply
5m 42s
Terraform Apply
Create terraform destroy plan
1m 2s
Create terraform destroy plan
Fit to window
Zoom out
Zoom in

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>'.