Skip to content

fix code smells and update readme #408

fix code smells and update readme

fix code smells and update readme #408

Triggered via pull request September 20, 2024 22:38
@italopessoaitalopessoa
synchronize #146
readme
Status Success
Total duration 6m 34s
Artifacts

dotnet.yml

on: pull_request
build-docker-image
0s
build-docker-image
Terraform Apply
0s
Terraform Apply
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L5
Non-nullable property 'Id' 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.Domain/Base/Entity.cs#L32
Dereference of a possibly null reference.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L20
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.Domain/Entities/Payment.cs#L20
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.Domain/Entities/Payment.cs#L25
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.Domain/Entities/Order.cs#L22
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.Domain/Entities/Order.cs#L34
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.Domain/Entities/Order.cs#L41
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.Domain/Entities/Customer.cs#L15
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.Domain/Entities/Customer.cs#L20
Non-nullable property 'Cpf' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.