Skip to content

feat: Kunde Mitarbeiter Tree Tabelle in Umsatz Ansicht #18

feat: Kunde Mitarbeiter Tree Tabelle in Umsatz Ansicht

feat: Kunde Mitarbeiter Tree Tabelle in Umsatz Ansicht #18

Triggered via push August 29, 2024 10:43
Status Success
Total duration 2m 17s
Artifacts
ClockodoQuickActions Installer Bauen
2m 3s
ClockodoQuickActions Installer Bauen
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ClockodoQuickActions Installer Bauen: Umsatzkonten/View.cs#L12
Non-nullable field '_kontoDetailListe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: Umsatzkontenprüfung/VersendeteRechnung.cs#L11
Non-nullable property 'Kundenname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: Umsatzkontenprüfung/VersendeteRechnung.cs#L12
Non-nullable property 'Nummer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: CreateCredentials.cs#L12
Non-nullable property 'Konfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: CreateCredentials.cs#L12
Non-nullable property 'Kundenstamm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: CreateCredentials.cs#L12
Non-nullable property 'Umsatzkonten' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: CreateCredentials.cs#L12
Non-nullable property 'Mitarbeiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: Umsatzkontenprüfung/LexofficeCaching/TagesbasierterCache.cs#L14
Non-nullable field '_kundenCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: Umsatzkontenprüfung/LexofficeCaching/ErweiterterDateisystemCache.cs#L16
Non-nullable field '_kundenCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: Umsatzkontenprüfung/UmsatzkontenprüfungControl.cs#L60
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.