moving ChatUI control #190
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/GlassMorphism/BlurBackground.cs#L43
Non-nullable field 's_acrylicNoiseShader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L17
Non-nullable field 'ChatScroll' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L17
Non-nullable field 'AnimationToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
SukiUI/Controls/GlassMorphism/BlurBackground.cs#L164
Dereference of a possibly null reference.
|
Publish:
SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Publish:
SukiUI/Controls/CodeView.axaml.cs#L78
Converting null literal or possible null value to non-nullable type.
|
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/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/Controls/CodeView.axaml.cs#L78
Converting null literal or possible null value to non-nullable type.
|
Build:
SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/Controls/CodeView.axaml.cs#L135
Dereference of a possibly null reference.
|
Build:
SukiUI/Controls/CodeView.axaml.cs#L138
Dereference of a possibly null reference.
|
Loading