boraaaa #338
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 adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L32
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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L22
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L22
Non-nullable property 'ExternalReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L22
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L27
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L27
Non-nullable property 'ExternalReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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)'.
|
Loading