Skip to content

Build and Test

Build and Test #117

Triggered via schedule June 7, 2024 02:35
Status Success
Total duration 1m 0s
Artifacts

dotnet.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)'.
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.Infrastructure/Dto/ProductDto.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Infrastructure/Dto/ProductDto.cs#L30
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Infrastructure/Dto/ProductDto.cs#L30
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.