Skip to content
Re-run triggered August 23, 2024 11:33
Status Failure
Total duration 1m 51s
Billable time 4m
Artifacts
ClockodoQuickActions Installer Bauen
1m 39s
ClockodoQuickActions Installer Bauen
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
ClockodoQuickActions Installer Bauen
Resource not accessible by integration - https://docs.github.com/rest
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: InvoiceMapper.cs#L70
Dereference of a possibly null reference.
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: 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.
ClockodoQuickActions Installer Bauen: Mitarbeiterliste/MitarbeiterMapper.cs#L23
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.