Adiciona Nuget de Cobrança #247
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Sicoob.Shared/Models/Geral/ResponseErro.cs#L8
Non-nullable property 'mensagens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build:
Sicoob.Conta/SicoobContaCorrente.cs#L25
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/Shared/RetornoSolicitacaoMovimentacoesCarteira.cs#L5
Non-nullable property 'mensagem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sicoob.Cobranca/SicoobCobrancaV2.cs#L38
Non-nullable event 'UpdateTokenEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
Sicoob.Cobranca/Models/Shared/RetornoConsultaMovimentacoes.cs#L5
Non-nullable property 'quantidadeTotalRegistros' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sicoob.Cobranca/Models/Shared/RetornoConsultaMovimentacoes.cs#L8
Non-nullable property 'idArquivos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sicoob.Cobranca/Models/Shared/RetornoArquivoMovimentacao.cs#L5
Non-nullable property 'arquivo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|