Skip to content

refactor: simplify order Status #155

refactor: simplify order Status

refactor: simplify order Status #155

Triggered via pull request June 20, 2024 22:12
Status Success
Total duration 1m 6s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Resource not accessible by integration
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L22
'Order.Created' hides inherited member 'Entity<Guid>.Created'. Use the new keyword if hiding was intended.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L24
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L24
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L28
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L32
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L42
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L48
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider 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/Customer.cs#L21
Non-nullable property 'Cpf' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.