Skip to content

Code cleanup

Code cleanup #607

Triggered via push January 1, 2025 19:22
Status Success
Total duration 1m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: ColorPicker/Classes/Bookmarks.cs#L67
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: ColorPicker/Classes/Bookmarks.cs#L40
'BookmarkText' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: ColorPicker/Classes/Bookmarks.cs#L121
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: ColorPicker/Classes/Bookmarks.cs#L93
'Gradient' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: ColorPicker/Classes/XmlSerializerManager.cs#L50
Converting null literal or possible null value to non-nullable type.
build: ColorPicker/Windows/ColorDetailsWindow.xaml.cs#L40
Non-nullable property 'HoverForegroundSolidBrush' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ColorPicker/UserControls/TextItem.xaml.cs#L70
Non-nullable event 'GoClick' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: ColorPicker/Classes/Global.cs#L54
Non-nullable property 'Bookmarks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ColorPicker/UserControls/PaletteItem.xaml.cs#L156
Non-nullable event 'GoClick' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: ColorPicker/UserControls/PageCard.xaml.cs#L51
Non-nullable event 'OnCardClick' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.