Skip to content

fix: Bild Pfade korrigiert #2

fix: Bild Pfade korrigiert

fix: Bild Pfade korrigiert #2

Triggered via push August 27, 2024 14:04
Status Success
Total duration 1m 49s
Billable time 2m
Artifacts
Installer Bauen
1m 36s
Installer Bauen
Fit to window
Zoom out
Zoom in

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: 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: 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: UserForms/TimeCardUserForm.cs#L192
Converting null literal or possible null value to non-nullable type.
Installer Bauen: UserForms/TimeCardUserForm.cs#L193
Converting null literal or possible null value to non-nullable type.
Installer Bauen: UserForms/TimeCardUserForm.cs#L194
Converting null literal or possible null value to non-nullable type.