Skip to content

Update README.md

Update README.md #479

Triggered via push November 2, 2023 12:06
Status Success
Total duration 1m 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L68
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: ColorPicker/Classes/Bookmarks.cs#L39
'BookmarkText' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: ColorPicker/Classes/Bookmarks.cs#L122
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: ColorPicker/Classes/Bookmarks.cs#L94
'Gradient' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: ColorPicker/UserControls/TextItem.xaml.cs#L79
Non-nullable event 'GoClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ColorPicker/UserControls/PaletteItem.xaml.cs#L155
Non-nullable event 'GoClick' must contain a non-null value when exiting constructor. Consider 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 declaring the event as nullable.
build: ColorPicker/UserControls/GradientItem.xaml.cs#L85
Non-nullable event 'GoClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ColorPicker/UserControls/ColorItem.xaml.cs#L91
Non-nullable event 'GoClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ColorPicker/UserControls/ActionCard.xaml.cs#L57
Cannot convert null literal to non-nullable reference type.