Skip to content

Merge pull request #73 from pedroMF1996/developer #40

Merge pull request #73 from pedroMF1996/developer

Merge pull request #73 from pedroMF1996/developer #40

Triggered via push October 19, 2023 13:00
Status Success
Total duration 1m 12s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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#L11
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#L12
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#L13
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#L14
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/Services/Service.cs#L46
Possible null reference return.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Controllers/PedidoController.cs#L39
Cannot convert null literal to non-nullable reference type.
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/web/NSE.WebApp.MVC/Extensions/AppSettingsUrl.cs#L5
Non-nullable property 'AutenticacaoUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/AppSettingsUrl.cs#L6
Non-nullable property 'CatalogoUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/AppSettingsUrl.cs#L7
Non-nullable property 'CarrinhoUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/AppSettingsUrl.cs#L8
Non-nullable property 'ComprasBffUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Extensions/AppSettingsUrl.cs#L9
Non-nullable property 'ClienteUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Controllers/PedidoController.cs#L49
Cannot convert null literal to non-nullable reference type.
build: NerdStoreEnterprise/src/web/NSE.WebApp.MVC/Controllers/PedidoController.cs#L58
Cannot convert null literal to non-nullable reference type.
build: 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.
build: 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.
build: 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.
build: 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.
build: NerdStoreEnterprise/src/services/NSE.Carrinho.API/Data/CarrinhoContext.cs#L9
Non-nullable property 'CarrinhoCliente' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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.
build: 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.
build: 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.
build: 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.
build: NerdStoreEnterprise/src/services/NSE.Cliente.API/Application/Commands/AdicionarEnderecoCommand.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/Application/Commands/AdicionarEnderecoCommand.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/Application/Commands/AdicionarEnderecoCommand.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/Application/Commands/AdicionarEnderecoCommand.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/Application/Commands/AdicionarEnderecoCommand.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/Application/Commands/AdicionarEnderecoCommand.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/Application/Commands/AdicionarEnderecoCommand.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/Controllers/ClientesController.cs#L30
Cannot convert null literal to non-nullable reference type.
build: NerdStoreEnterprise/src/services/NSE.Cliente.API/Application/Commands/ClienteCommandHandler.cs#L28
Cannot convert null literal to non-nullable reference type.
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/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/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/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/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/Communication/ResponseResult.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.