ci: add pr workflow #1
Annotations
10 warnings
publish:
Umsatzkonten/View.cs#L11
Non-nullable field '_kontoDetailListe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
Einstellungen/ClockodoKonfiguration/ClockodoKonfigurationEntity.cs#L13
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
Einstellungen/ClockodoKonfiguration/ClockodoKonfigurationEntity.cs#L14
Non-nullable property 'ApiToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
Einstellungen/ClockodoKonfiguration/ClockodoKonfigurationEntity.cs#L15
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
Kundenstamm/View.cs#L18
Non-nullable field '_kundenList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
MainForm.cs#L37
Non-nullable field '_environmentManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
MainForm.cs#L37
Non-nullable field '_konfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
MainForm.cs#L37
Non-nullable field '_kontoRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
MainForm.cs#L37
Non-nullable field '_kundenRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
MainForm.cs#L37
Non-nullable field '_leistungsempfänger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|