Update workflows #6
Annotations
1 error and 10 warnings
publish
Process completed with exit code 1.
|
publish:
SukiUI/SukiUI/Utilities/Effects/SukiEffect.cs#L20
'SukiEffect' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
publish:
SukiUI/SukiUI/Controls/CircleProgressBar.axaml.cs#L39
'CircleProgressBar.HeightProperty' hides inherited member 'Layoutable.HeightProperty'. Use the new keyword if hiding was intended.
|
publish:
SukiUI/SukiUI/Controls/CircleProgressBar.axaml.cs#L42
'CircleProgressBar.Height' hides inherited member 'Layoutable.Height'. Use the new keyword if hiding was intended.
|
publish:
SukiUI/SukiUI/Controls/CircleProgressBar.axaml.cs#L48
'CircleProgressBar.WidthProperty' hides inherited member 'Layoutable.WidthProperty'. Use the new keyword if hiding was intended.
|
publish:
SukiUI/SukiUI/Controls/CircleProgressBar.axaml.cs#L51
'CircleProgressBar.Width' hides inherited member 'Layoutable.Width'. Use the new keyword if hiding was intended.
|
publish:
SukiUI/SukiUI/Controls/SukiToast.axaml.cs#L26
Nullability of reference types in return type of 'Action<ISukiToast>? SukiToast.OnClicked.get' doesn't match implicitly implemented member 'Action<ISukiToast> ISukiToast.OnClicked.get' (possibly because of nullability attributes).
|
publish:
SukiUI/SukiUI/Utilities/Effects/SukiEffect.cs#L54
Dereference of a possibly null reference.
|
publish:
SukiUI/SukiUI/Converters/ProgressToContentCOnverter.cs#L18
Unboxing a possibly null value.
|
publish:
SukiUI/SukiUI/Theme/Shadcn/Shadcn.cs#L16
Dereference of a possibly null reference.
|
publish:
SukiUI/SukiUI/Theme/Shadcn/Shadcn.cs#L50
Converting null literal or possible null value to non-nullable type.
|