Skip to content

fix ci

fix ci #20

Triggered via push November 3, 2025 08:50
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/AttachadProperty/HyperLinkCommand.cs#L16
Possible null reference argument for parameter 'commandValue' in 'void HyperLinkCommand.HandleCommandChanged(AvaloniaObject element, ICommand commandValue)'.
build: MsBox.Avalonia/AttachadProperty/HyperLinkCommand.cs#L21
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/Commands/RelayCommand.cs#L11
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).
build: MsBox.Avalonia/ViewModels/AbstractMsBoxViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.