refactor: cleanup & reformat #21
build_and_publish_installer.yml
on: push
ClockodoQuickActions Installer Bauen
2m 8s
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.
|