Refatoração de Erros e Retornos #224
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.
|