Skip to content

Merge pull request #75 from pedroMF1996/BffCompras #44

Merge pull request #75 from pedroMF1996/BffCompras

Merge pull request #75 from pedroMF1996/BffCompras #44

Triggered via push October 19, 2023 21:46
Status Success
Total duration 1m 21s
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/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/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.
build: 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.
build: 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.
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/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/Models/VoucherViewModel.cs#L5
Non-nullable property 'Codigo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
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.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/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#L26
'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.'
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/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#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.