Skip to content

ci: add pr workflow

ci: add pr workflow #1

Triggered via push December 30, 2024 12:23
Status Success
Total duration 2m 9s
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/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: 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: 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.
publish: MainForm.cs#L37
Non-nullable field '_konfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: MainForm.cs#L37
Non-nullable field '_kontoRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: MainForm.cs#L37
Non-nullable field '_kundenRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: MainForm.cs#L37
Non-nullable field '_leistungsempfänger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.