Skip to content

update avalonia

update avalonia #2

Triggered via push January 27, 2024 14:02
Status Success
Total duration 2m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish: NodifyM.Avalonia/Converters/FlowToDirectionConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object FlowToDirectionConverter.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: NodifyM.Avalonia/Converters/FlowToDirectionConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object FlowToDirectionConverter.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: NodifyM.Avalonia/Converters/FlowToDirectionConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object FlowToDirectionConverter.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: NodifyM.Avalonia/Converters/FlowToDirectionConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object FlowToDirectionConverter.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: NodifyM.Avalonia/Converters/FlowToDirectionConverter.cs#L20
Nullability of reference types in type of parameter 'value' of 'object FlowToDirectionConverter.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: NodifyM.Avalonia/Converters/FlowToDirectionConverter.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'object FlowToDirectionConverter.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: NodifyM.Avalonia/Converters/UnscaleTransformConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object UnscaleTransformConverter.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: NodifyM.Avalonia/Converters/UnscaleTransformConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object UnscaleTransformConverter.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: NodifyM.Avalonia/Converters/UnscaleTransformConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object UnscaleTransformConverter.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: NodifyM.Avalonia/Converters/UnscaleTransformConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object UnscaleTransformConverter.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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/