Skip to content

Refatoração de Erros e Retornos #224

Refatoração de Erros e Retornos

Refatoração de Erros e Retornos #224

Triggered via push December 15, 2023 22:24
Status Failure
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build: Sicoob.Testes/TestesApiCobranca.cs#L28
Argument 1: cannot convert from 'string' to 'int'
build: Sicoob.Testes/TestesApiCobranca.cs#L29
Argument 1: cannot convert from 'string' to 'int'
build: Sicoob.Testes/TestesApiCobranca.cs#L30
Argument 1: cannot convert from 'string' to 'int'
build: Sicoob.Testes/TestesApiCobranca.cs#L28
Argument 1: cannot convert from 'string' to 'int'
build: Sicoob.Testes/TestesApiCobranca.cs#L29
Argument 1: cannot convert from 'string' to 'int'
build: Sicoob.Testes/TestesApiCobranca.cs#L30
Argument 1: cannot convert from 'string' to 'int'
build
Process completed with exit code 1.
build: Sicoob.Shared/Models/Geral/ResponseErro.cs#L8
Non-nullable property 'mensagens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Sicoob.Shared/Models/Geral/ResponseErro.cs#L17
Non-nullable property 'mensagem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Sicoob.Conta/SicoobContaCorrente.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Sicoob.Conta/SicoobContaPoupanca.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Sicoob.PIX/SicoobPIX.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Sicoob.Cobranca/Models/Movimentacoes.cs#L41
Non-nullable property 'siglaMovimento' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Sicoob.Cobranca/Models/Movimentacoes.cs#L48
Non-nullable property 'seuNumero' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Sicoob.Cobranca/Models/Movimentacoes.cs#L51
Non-nullable property 'codigoBarras' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Sicoob.Cobranca/Models/Movimentacoes.cs#L61
Non-nullable property 'tipoOpFinanceira' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Sicoob.Cobranca/Models/ConsultaBoleto.cs#L93
Non-nullable property 'mensagens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.