Skip to content

Nuget Packages

Nuget Packages #246

Triggered via push October 3, 2024 11:55
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
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/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/v3/IncluirBoleto.cs#L17
Non-nullable property 'seuNumero' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Sicoob.Cobranca/Models/v3/IncluirBoleto.cs#L56
Non-nullable property 'pagador' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Sicoob.Cobranca/Models/v3/IncluirBoleto.cs#L57
Non-nullable property 'beneficiarioFinal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Sicoob.Cobranca/Models/v3/IncluirBoleto.cs#L58
Non-nullable property 'mensagensInstrucao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Sicoob.Cobranca/Models/v3/IncluirBoleto.cs#L61
Non-nullable property 'rateioCreditos' 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/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.