Savepoint #41
Annotations
50 warnings
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/PedidoItem.cs#L20
Cannot convert null literal to non-nullable reference type.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Vouchers/Voucher.cs#L19
Non-nullable property 'Codigo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L11
Non-nullable property 'Logradouro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L12
Non-nullable property 'Numero' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L13
Non-nullable property 'Complemento' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L14
Non-nullable property 'Bairro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L15
Non-nullable property 'Cep' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L16
Non-nullable property 'Cidade' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L17
Non-nullable property 'Estado' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Pedido.cs#L23
Non-nullable property 'Endereco' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/VoucherViewModel.cs#L5
Non-nullable property 'Codigo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L64
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L65
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L57
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L58
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L59
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L48
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L50
Non-nullable property 'UserToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L52
Non-nullable property 'ResponseResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/UsuarioViewModel.cs#L39
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/Voucher.cs#L5
Non-nullable property 'Codigo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoItem.cs#L19
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoItem.cs#L19
Non-nullable property 'Imagem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoCliente.cs#L17
Non-nullable property 'ValidationResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoCliente.cs#L17
Non-nullable property 'Voucher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoCliente.cs#L23
Non-nullable property 'ValidationResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoCliente.cs#L23
Non-nullable property 'Voucher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Models/CarrinhoCliente.cs#L94
Possible null reference return.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Controllers/CarrinhoController.cs#L107
Possible null reference return.
|
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Data/CarrinhoContext.cs#L9
Non-nullable property 'CarrinhoItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Data/ClienteDbContext.cs#L17
Non-nullable property 'Clientes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Data/ClienteDbContext.cs#L17
Non-nullable property 'Enderecos' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Controllers/ClientesController.cs#L30
Cannot convert null literal to non-nullable reference type.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Data/ClienteRepository.cs#L29
Possible null reference return.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Logradouro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Numero' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Complemento' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Bairro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Cep' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Cidade' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/Validations/CartaoExpiracaoAttribute.cs#L8
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
NerdStoreEnterprise/src/building blocks/NSE.Core/DomainObjects/Entity.cs#L31
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
NerdStoreEnterprise/src/building blocks/NSE.Core/Communication/ResponseResult.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/Validations/CartaoExpiracaoAttribute.cs#L13
Dereference of a possibly null reference.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/Validations/CartaoExpiracaoAttribute.cs#L14
Dereference of a possibly null reference.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/Utils/ConfigurationExtensions.cs#L9
Possible null reference return.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/DomainObjects/Entity.cs#L9
Non-nullable field '_notificacoes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/DomainObjects/Entity.cs#L13
Possible null reference return.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/DomainObjects/Email.cs#L12
Non-nullable property 'Endereco' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NerdStoreEnterprise/src/building blocks/NSE.Core/DomainObjects/Cpf.cs#L11
Non-nullable property 'Numero' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading