Skip to content

refactor: cleanup & reformat #21

refactor: cleanup & reformat

refactor: cleanup & reformat #21

Triggered via push December 3, 2024 12:23
Status Success
Total duration 2m 21s
Artifacts
ClockodoQuickActions Installer Bauen
2m 8s
ClockodoQuickActions Installer Bauen
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ClockodoQuickActions Installer Bauen: 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.
ClockodoQuickActions Installer Bauen: 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.
ClockodoQuickActions Installer Bauen: 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.
ClockodoQuickActions Installer Bauen: 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.
ClockodoQuickActions Installer Bauen: 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.
ClockodoQuickActions Installer Bauen: MainForm.cs#L37
Non-nullable field '_lexofficeService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: MainForm.cs#L37
Non-nullable field '_mitarbeiterListe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: MainForm.cs#L37
Non-nullable field '_mitarbeiterRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: 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.
ClockodoQuickActions Installer Bauen: 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.