Skip to content

remove slim from actions #112

remove slim from actions

remove slim from actions #112

Triggered via push June 4, 2024 15:11
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L15
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#L20
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#L56
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Infrastructure/Dto/ProductDto.cs#L24
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#L24
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#L24
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.