Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
InvoiceMapper.cs#L70
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading