Skip to content
Re-run triggered August 23, 2024 11:16
Status Failure
Total duration 1m 47s
Billable time 5m
Artifacts
ClockodoQuickActions Installer Bauen
1m 34s
ClockodoQuickActions Installer Bauen
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
ClockodoQuickActions Installer Bauen
The process 'C:\hostedtoolcache\windows\advinst\21.9\x86\bin\x86\advancedinstaller.com' failed with exit code 3758162020
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: 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/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#L19
Non-nullable field '_cache' 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#L51
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.
ClockodoQuickActions Installer Bauen: Mitarbeiterliste/MitarbeiterMapper.cs#L23
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
ClockodoQuickActions Installer Bauen: Kundenstamm/KundenMapper.cs#L18
Dereference of a possibly null reference.
ClockodoQuickActions Installer Bauen: Kundenstamm/KundenMapper.cs#L56
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(coIT.Libraries.LexOffice.DataContracts.Country.CountryTaxClassification)3' is not covered.