Bump Avalonia and Avalonia.Themes.Fluent in /src #64
Annotations
10 warnings
Build:
SukiUI/SukiUI/Utilities/Effects/SukiEffect.cs#L20
'SukiEffect' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
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).
|
Build:
SukiUI/SukiUI/Controls/Experimental/ChatUI/ChatMessage.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SukiUI/SukiUI/Converters/ProgressToContentConverter.cs#L18
Unboxing a possibly null value.
|
Build:
SukiUI/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.
|
Build:
SukiUI/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.
|
Build:
SukiUI/SukiUI/Theme/ComboboxConverter.cs#L14
Unboxing a possibly null value.
|
Build:
SukiUI/SukiUI/Theme/ManagedFileChooserConverters.cs#L75
Dereference of a possibly null reference.
|
Build:
SukiUI/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.
|
Build:
SukiUI/SukiUI/Controls/GlassMorphism/BlurBackground.cs#L164
Dereference of a possibly null reference.
|
Loading