Skip to content

fix: use bmb.tools package #477

fix: use bmb.tools package

fix: use bmb.tools package #477

Triggered via push November 22, 2024 00:14
Status Success
Total duration 51s
Artifacts

dotnet.yml

on: push
Create Semantic Release
0s
Create Semantic Release
SonarCloud
0s
SonarCloud
build-docker-image
0s
build-docker-image
Terraform Apply
0s
Terraform Apply
Create terraform destroy plan
0s
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/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/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/ServiceExtensions.cs#L30
Dereference of a possibly null reference.