Skip to content

Version 6.4.0.2407 #576

Version 6.4.0.2407

Version 6.4.0.2407 #576

Triggered via push July 25, 2024 12:07
Status Success
Total duration 1m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 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/setup-msbuild@v1.0.2. 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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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#L69
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#L123
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: ColorPicker/Classes/Bookmarks.cs#L95
'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/Classes/Bookmarks.cs#L32
Non-nullable property 'ColorBookmarks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ColorPicker/Classes/Bookmarks.cs#L34
Non-nullable property 'PaletteBookmarks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ColorPicker/Classes/Bookmarks.cs#L35
Non-nullable property 'GradientBookmarks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ColorPicker/Classes/Bookmarks.cs#L36
Non-nullable property 'TextBookmarks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ColorPicker/Windows/ColorDetailsWindow.xaml.cs#L40
Non-nullable property 'HoverForegroundSolidBrush' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.