Merge remote-tracking branch 'origin/main' #216
Annotations
20 warnings
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L130
Nullability of reference types in type of parameter 'value' of 'object ContentToControlConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L130
Nullability of reference types in type of parameter 'parameter' of 'object ContentToControlConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L138
Nullability of reference types in type of parameter 'value' of 'object ContentToControlConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L138
Nullability of reference types in type of parameter 'parameter' of 'object ContentToControlConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
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/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/GlassMorphism/BlurBackground.cs#L164
Dereference of a possibly null reference.
|
Publish:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L19
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#L19
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/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L130
Nullability of reference types in type of parameter 'value' of 'object ContentToControlConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L130
Nullability of reference types in type of parameter 'parameter' of 'object ContentToControlConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L138
Nullability of reference types in type of parameter 'value' of 'object ContentToControlConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
SukiUI/Controls/Experimental/ChatUI/ChatUI.axaml.cs#L138
Nullability of reference types in type of parameter 'parameter' of 'object ContentToControlConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
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/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.
|
Loading