Skip to content

Aceitar SandBox nas APIs de cobrança #240

Aceitar SandBox nas APIs de cobrança

Aceitar SandBox nas APIs de cobrança #240

Triggered via pull request October 3, 2024 11:36
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.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/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.
build: Sicoob.Cobranca/Models/Shared/RetornoArquivoMovimentacao.cs#L6
Non-nullable property 'nomeArquivo' 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#L41
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/DadosPagador.cs#L5
Non-nullable property 'numeroCpfCnpj' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.