fix: Bild Pfade korrigiert #3
build_and_publish_installer.yml
on: push
Installer Bauen
1m 19s
Annotations
10 warnings
Installer Bauen:
UserForms/MappingUserForm.cs#L67
Type parameter 'TSource' has the same name as the type parameter from outer type 'MappingUserForm<TSource, TTarget>'
|
Installer Bauen:
UserForms/MappingUserForm.cs#L67
Type parameter 'TTarget' has the same name as the type parameter from outer type 'MappingUserForm<TSource, TTarget>'
|
Installer Bauen:
Configurations/TimeCardConfiguration.cs#L7
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Installer Bauen:
UserForms/TimeCardUserForm.cs#L14
Non-nullable field '_appConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Installer Bauen:
UserForms/TimeCardUserForm.cs#L14
Non-nullable field '_timeCardService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Installer Bauen:
MainUi.cs#L55
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.
|
Installer Bauen:
UserForms/TimeCardUserForm.cs#L62
Possible null reference argument for parameter 'holidayType' in 'ImmutableList<DateTime> TimeCardUserForm.FilterHolidays(IImmutableList<TimeCardAbsence> absences, TimeCardAbsenceType holidayType)'.
|
Installer Bauen:
UserForms/TimeCardUserForm.cs#L91
Dereference of a possibly null reference.
|
Installer Bauen:
UserForms/TimeCardUserForm.cs#L128
Possible null reference argument for parameter 'name' in 'AbwesenheitseintragOhneMapping<TimeCardAbsenceType>.AbwesenheitseintragOhneMapping(string name, int personalnummer, TimeCardAbsenceType absenceType, DateTime start, DateTime ende, float anzahlTage)'.
|
Installer Bauen:
Mapping/IdExportRelation.cs#L5
Non-nullable property 'IdOfSourceSystem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|