Skip to content

Added Chinese locales to Setup #603

Added Chinese locales to Setup

Added Chinese locales to Setup #603

Triggered via push December 28, 2024 12:49
Status Success
Total duration 1m 12s
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#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/Bookmarks.cs#L32
Non-nullable property 'ColorBookmarks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: ColorPicker/Pages/TextPage.xaml.cs#L44
Non-nullable property 'SelectedColorBtn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ColorPicker/Classes/XmlSerializerManager.cs#L50
Converting null literal or possible null value to non-nullable type.