Merge pull request #313 from YJammak/main #159
Annotations
20 warnings
Publish:
SukiUI/Controls/CircleProgressBar.axaml.cs#L39
'CircleProgressBar.HeightProperty' hides inherited member 'Layoutable.HeightProperty'. Use the new keyword if hiding was intended.
|
Publish:
SukiUI/Controls/CircleProgressBar.axaml.cs#L42
'CircleProgressBar.Height' hides inherited member 'Layoutable.Height'. Use the new keyword if hiding was intended.
|
Publish:
SukiUI/Controls/CircleProgressBar.axaml.cs#L48
'CircleProgressBar.WidthProperty' hides inherited member 'Layoutable.WidthProperty'. Use the new keyword if hiding was intended.
|
Publish:
SukiUI/Controls/CircleProgressBar.axaml.cs#L51
'CircleProgressBar.Width' hides inherited member 'Layoutable.Width'. Use the new keyword if hiding was intended.
|
Publish:
SukiUI/Utilities/Effects/SukiEffect.cs#L20
'SukiEffect' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Publish:
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/Utilities/Effects/SukiEffect.cs#L54
Dereference of a possibly null reference.
|
Publish:
SukiUI/Converters/ProgressToContentCOnverter.cs#L18
Unboxing a possibly null value.
|
Publish:
SukiUI/Controls/CodeView.axaml.cs#L77
Dereference of a possibly null reference.
|
Publish:
SukiUI/Controls/CodeView.axaml.cs#L77
Converting null literal or possible null value to non-nullable type.
|
Build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L39
'CircleProgressBar.HeightProperty' hides inherited member 'Layoutable.HeightProperty'. Use the new keyword if hiding was intended.
|
Build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L42
'CircleProgressBar.Height' hides inherited member 'Layoutable.Height'. Use the new keyword if hiding was intended.
|
Build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L48
'CircleProgressBar.WidthProperty' hides inherited member 'Layoutable.WidthProperty'. Use the new keyword if hiding was intended.
|
Build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L51
'CircleProgressBar.Width' hides inherited member 'Layoutable.Width'. Use the new keyword if hiding was intended.
|
Build:
SukiUI/Utilities/Effects/SukiEffect.cs#L20
'SukiEffect' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
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).
|
Build:
SukiUI/Utilities/Effects/SukiEffect.cs#L54
Dereference of a possibly null reference.
|
Build:
SukiUI/Converters/ProgressToContentCOnverter.cs#L18
Unboxing a possibly null value.
|
Build:
SukiUI/Theme/ComboboxConverter.cs#L14
Unboxing a possibly null value.
|
Build:
SukiUI/Theme/ScrollableExtensions.cs#L145
Possible null reference argument for parameter 'compositionVisual' in 'void Scrollable.MakeScrollable(CompositionVisual compositionVisual)'.
|
Loading