Merge pull request #78 from pedroMF1996/Carrinho #50
Annotations
50 warnings
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/PedidoItem.cs#L20
Cannot convert null literal to non-nullable reference type.
|
build:
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.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/PedidoItem.cs#L16
Non-nullable property 'ProdutoNome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/PedidoItem.cs#L16
Non-nullable property 'ProdutoImagem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/PedidoItem.cs#L16
Non-nullable property 'Pedido' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/PedidoItem.cs#L19
Non-nullable property 'Pedido' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L5
Non-nullable property 'Logradouro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L6
Non-nullable property 'Numero' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L7
Non-nullable property 'Complemento' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Pedido.Domain/Pedidos/Endereco.cs#L8
Non-nullable property 'Bairro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/CpfAnnotation.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/CpfAnnotation.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/CpfAnnotation.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/CpfAnnotation.cs#L43
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/CpfAnnotation.cs#L43
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/CarrinhoViewModel.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Models/CarrinhoViewModel.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Controllers/IdentidadeController.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Controllers/IdentidadeController.cs#L54
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/SummaryViewComponent.cs#L7
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Controllers/CarrinhoController.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Controllers/CarrinhoController.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Services/CarrinhoIntegrationHandler.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Data/CarrinhoContext.cs#L26
'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.'
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Controllers/CarrinhoController.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Controllers/CarrinhoController.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Services/CarrinhoIntegrationHandler.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NerdStoreEnterprise/src/services/NSE.Carrinho.API/Data/CarrinhoContext.cs#L26
'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.'
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Estado' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L19
Non-nullable property 'Cliente' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L31
Nullable value type may be null.
|
build:
NerdStoreEnterprise/src/services/NSE.Cliente.API/Models/Endereco.cs#L22
Non-nullable property 'Cliente' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
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).
|
build:
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).
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
NerdStoreEnterprise/src/building blocks/NSE.Core/DomainObjects/Entity.cs#L13
Possible null reference return.
|
build:
NerdStoreEnterprise/src/building blocks/NSE.Core/Utils/ConfigurationExtensions.cs#L9
Possible null reference return.
|
build:
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.
|
build:
NerdStoreEnterprise/src/building blocks/NSE.Core/Validations/CartaoExpiracaoAttribute.cs#L13
Dereference of a possibly null reference.
|
build:
NerdStoreEnterprise/src/building blocks/NSE.Core/Validations/CartaoExpiracaoAttribute.cs#L14
Dereference of a possibly null reference.
|
build:
NerdStoreEnterprise/src/services/NSE.Catalogo.API/Data/CatalogoContext.cs#L11
Non-nullable property 'Produtos' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NerdStoreEnterprise/src/services/NSE.Catalogo.API/Models/Produto.cs#L7
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|