Use geometry cache #46
Annotations
2 errors and 10 warnings
Build:
src/Lucide.Avalonia/LucideIcon.cs#L64
'IconToGeometry' does not contain a definition for 'CreateGeometry'
|
Build
Process completed with exit code 1.
|
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/Converters/ProgressToContentConverter.cs#L18
Unboxing a possibly null value.
|
Build:
SukiUI/SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/SukiUI/Controls/CodeView.axaml.cs#L78
Converting null literal or possible null value to non-nullable type.
|
Build:
SukiUI/SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/SukiUI/Controls/CodeView.axaml.cs#L78
Dereference of a possibly null reference.
|
Build:
SukiUI/SukiUI/Controls/Experimental/DesktopEnvironment/SukiDesktopEnvironment.axaml.cs#L19
Possible null reference assignment.
|
Build:
SukiUI/SukiUI/Controls/Experimental/DesktopEnvironment/SukiDesktopEnvironment.axaml.cs#L21
Non-nullable field '_WM' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading