Skip to content

feat(Libraries.ConfigurationManager): Kryptographiedienst zum verschl… #10

feat(Libraries.ConfigurationManager): Kryptographiedienst zum verschl…

feat(Libraries.ConfigurationManager): Kryptographiedienst zum verschl… #10

Triggered via push August 16, 2024 13:20
Status Success
Total duration 1m 44s
Artifacts
ClockodoQuickActions Installer Bauen
1m 31s
ClockodoQuickActions Installer Bauen
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.WinForms/SortableBindingList.cs#L15
Non-nullable field '_sortProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.WinForms/SortableBindingList.cs#L21
Non-nullable field '_sortProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.Clockodo/TimeEntries/Contracts/TimeEntry.cs#L39
'TimeEntry.Id' hides inherited member 'Entity<int>.Id'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.ConfigurationManager/EnvironmentManager.cs#L26
Possible null reference argument for parameter 'obj' in 'Maybe<string> Maybe<string>.From(string obj)'.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.WinForms/SortableBindingList.cs#L62
Cannot convert null literal to non-nullable reference type.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.Clockodo/Absences/FetchFilterDto.cs#L14
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.ConfigurationManager/EnvironmentManager.cs#L43
Possible null reference argument for parameter 'obj' in 'Maybe<string> Maybe<string>.From(string obj)'.
ClockodoQuickActions Installer Bauen: src/coIT.Libraries.WinForms/SortableBindingList.cs#L76
Converting null literal or possible null value to non-nullable type.