Annotations
1 error and 10 warnings
|
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/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.
|
InvoiceMapper.cs#L70
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
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.
|
Mitarbeiterliste/MitarbeiterMapper.cs#L23
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
Kundenstamm/KundenMapper.cs#L18
Dereference of a possibly null reference.
|
This job failed
Loading