Skip to content

fix: filter voided invoices #2

fix: filter voided invoices

fix: filter voided invoices #2

Triggered via push February 3, 2025 08:21
Status Success
Total duration 1m 34s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: Umsatzkonten/View.cs#L11
Non-nullable field '_kontoDetailListe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Einstellungen/LexofficeKonfiguration/LexofficeKonfigurationEntity.cs#L13
Non-nullable property 'LexofficeKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: Einstellungen/ClockodoKonfiguration/ClockodoKonfigurationEntity.cs#L13
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: Einstellungen/ClockodoKonfiguration/ClockodoKonfigurationEntity.cs#L14
Non-nullable property 'ApiToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: Einstellungen/ClockodoKonfiguration/ClockodoKonfigurationEntity.cs#L15
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: Umsatzkonten/View.cs#L51
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish: InvoiceMapper.cs#L66
Dereference of a possibly null reference.
publish: Kundenstamm/View.cs#L18
Non-nullable field '_kundenList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Kundenstamm/View.cs#L69
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish: MainForm.cs#L37
Non-nullable field '_environmentManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.