Skip to content

feat: get payment status #73 #149

feat: get payment status #73

feat: get payment status #73 #149

Triggered via pull request June 19, 2024 04:16
Status Success
Total duration 57s
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/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/Base/Entity.cs#L29
Dereference of a possibly null reference.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L26
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#L26
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#L30
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/Customer.cs#L21
Non-nullable property 'Cpf' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Customer.cs#L26
Non-nullable property 'Cpf' 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/Customer.cs#L62
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
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.