Publish NuGet Package #4
CICD.yml
on: workflow_dispatch
build-and-publish
22s
Annotations
10 warnings
|
build-and-publish:
Common/Models/ComprobanteEmisor.cs#L29
Non-nullable field 'nombreField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteEmisor.cs#L27
Non-nullable field 'rfcField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteImpuestos.cs#L29
Non-nullable field 'trasladosField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteImpuestos.cs#L27
Non-nullable field 'retencionesField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteReceptor.cs#L37
Non-nullable field 'numRegIdTribField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteReceptor.cs#L31
Non-nullable field 'domicilioFiscalReceptorField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteReceptor.cs#L29
Non-nullable field 'nombreField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Common/Models/ComprobanteReceptor.cs#L27
Non-nullable field 'rfcField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish:
Download/Models/Sat/DownloadEnvelope.cs#L32
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-publish:
Download/Models/Sat/DownloadEnvelope.cs#L32
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|