build_and_publish_installer.yml
on: push
ClockodoQuickActions Installer Bauen
1m 34s
Annotations
1 error and 10 warnings
ClockodoQuickActions Installer Bauen
Resource not accessible by integration - https://docs.github.com/rest
|
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/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:
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/View.cs#L37
Non-nullable field '_mitarbeiter' 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:
Mitarbeiterliste/View.cs#L106
Converting null literal or possible null value to non-nullable type.
|
ClockodoQuickActions Installer Bauen:
Mitarbeiterliste/View.cs#L108
Converting null literal or possible null value to non-nullable type.
|
ClockodoQuickActions Installer Bauen:
Mitarbeiterliste/View.cs#L109
Possible null reference argument for parameter 'team' in 'List<int> View.NummernAusgewählterMitarbeiterErhalten(Team team)'.
|