Merge pull request #212 from AvaloniaCommunity/fix-some-issues #23
Annotations
10 warnings
|
build:
MsBox.Avalonia/Controls/MsBoxStandardView.axaml.cs#L18
Non-nullable field '_closeAction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
MsBox.Avalonia/AttachadProperty/HyperLinkCommand.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
build:
MsBox.Avalonia/Controls/MsBoxStandardView.axaml.cs#L22
Possible null reference argument for parameter 'control' in 'bool ResourceNodeExtensions.TryGetResource(IResourceHost control, object key, out object? value)'.
|
|
build:
MsBox.Avalonia/ViewModels/Commands/RelayCommand.cs#L11
Cannot convert null literal to non-nullable reference type.
|
|
build:
MsBox.Avalonia/ViewModels/AbstractMsBoxViewModel.cs#L122
Cannot convert null literal to non-nullable reference type.
|
|
build:
MsBox.Avalonia/ViewModels/AbstractMsBoxViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
build:
MsBox.Avalonia/Converters/ConditionalGridLengthStarConverter.cs#L22
Nullability of reference types in type of parameter 'Parameter' of 'object ConditionalGridLengthStarConverter.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:
MsBox.Avalonia/Converters/ConditionalGridLengthStarConverter.cs#L22
Nullability of reference types in type of parameter 'value' of 'object ConditionalGridLengthStarConverter.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:
MsBox.Avalonia/Converters/ConditionalGridLengthStarConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object ConditionalGridLengthStarConverter.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:
MsBox.Avalonia/Converters/ConditionalGridLengthStarConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object ConditionalGridLengthStarConverter.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).
|