Migrations #2
Annotations
10 warnings
build:
src/Core/Entities/Endereco.cs#L10
Non-nullable property 'Logradouro' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Services/ViaCepResult.cs#L8
Non-nullable property 'ZipCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Entities/Endereco.cs#L11
Non-nullable property 'Numero' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Services/ViaCepResult.cs#L11
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Entities/Destinatario.cs#L9
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Services/ViaCepResult.cs#L14
Non-nullable property 'Complement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Entities/Endereco.cs#L12
Non-nullable property 'Cidade' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Entities/Endereco.cs#L13
Non-nullable property 'Estado' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Entities/Destinatario.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Core/Entities/Endereco.cs#L14
Non-nullable property 'CEP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|