针对平台设置窗口大小 #78
Annotations
10 warnings
build
'MessageBox.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L38
'CircleProgressBar.HeightProperty' hides inherited member 'Layoutable.HeightProperty'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L41
'CircleProgressBar.Height' hides inherited member 'Layoutable.Height'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L47
'CircleProgressBar.WidthProperty' hides inherited member 'Layoutable.WidthProperty'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Controls/CircleProgressBar.axaml.cs#L50
'CircleProgressBar.Width' hides inherited member 'Layoutable.Width'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Utilities/Effects/SukiEffect.cs#L19
'SukiEffect' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
SukiUI/Controls/Loading.axaml.cs#L21
'Loading.ForegroundProperty' hides inherited member 'TemplatedControl.ForegroundProperty'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Controls/Loading.axaml.cs#L24
'Loading.Foreground' hides inherited member 'TemplatedControl.Foreground'. Use the new keyword if hiding was intended.
|
build:
SukiUI/Utilities/Effects/SukiEffect.cs#L53
Dereference of a possibly null reference.
|
build:
SukiUI/Controls/SukiToast.axaml.cs#L26
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|