Skip to content

Merge pull request #103 from soat-fiap/add_endpoint_update_order_status #139

Merge pull request #103 from soat-fiap/add_endpoint_update_order_status

Merge pull request #103 from soat-fiap/add_endpoint_update_order_status #139

Triggered via push June 12, 2024 13:00
Status Success
Total duration 1m 10s
Artifacts

dotnet.yml

on: push
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/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/Customer.cs#L62
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.