remove slim from actions #112
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.Application/UseCases/Orders/CreateOrderUseCase.cs#L38
Dereference of a possibly null reference.
|
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.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Infrastructure/Dto/ProductDto.cs#L28
Possible null reference return.
|