Skip to content

Build and Test

Build and Test #141

Triggered via schedule June 14, 2024 02:34
Status Success
Total duration 55s
Artifacts

dotnet.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Configuration/MercadoPagoOptions.cs#L17
Non-nullable property 'WebhookSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Configuration/MercadoPagoOptions.cs#L18
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Model/MercadoPagoWebhookEvent.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Model/MercadoPagoWebhookEvent.cs#L13
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Model/MercadoPagoWebhookEvent.cs#L15
Non-nullable property 'ApiVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Model/MercadoPagoWebhookEvent.cs#L17
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.MercadoPago.Gateway/Model/MercadoPagoWebhookEvent.cs#L25
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/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/Customer.cs#L21
Non-nullable property 'Cpf' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.