Skip to content

Update readme

Update readme #4

Triggered via push May 13, 2024 12:52
Status Success
Total duration 38s
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: Nodify/GlobalUsings.cs#L36
The using directive for 'Avalonia.Interactivity' appeared previously in this namespace
publish: Nodify/Compatibility/Commands/CommandBinding.cs#L6
Cannot convert null literal to non-nullable reference type.
publish: Nodify/Compatibility/Commands/CommandBinding.cs#L7
Cannot convert null literal to non-nullable reference type.
publish: Nodify/Helpers/UnscaleTransformConverter.cs#L10
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: Nodify/Helpers/UnscaleTransformConverter.cs#L10
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: Nodify/Helpers/UnscaleTransformConverter.cs#L17
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: Nodify/Helpers/UnscaleTransformConverter.cs#L17
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: Nodify/Helpers/UnscaleTransformConverter.cs#L25
Nullability of reference types in type of parameter 'parameter' of 'object UnscaleDoubleConverter.Convert(IList<object?> values, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IMultiValueConverter.Convert(IList<object?> values, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
publish: Nodify/Connections/BaseConnection.cs#L290
Argument of type 'StyledProperty<ICommand>' cannot be used for parameter 'property' of type 'StyledProperty<ICommand?>' in 'IDisposable? AvaloniaObject.SetValue<ICommand?>(StyledProperty<ICommand?> property, ICommand? value, BindingPriority priority = BindingPriority.LocalValue)' due to differences in the nullability of reference types.
publish: Nodify/Connections/BaseConnection.cs#L300
Argument of type 'StyledProperty<ICommand>' cannot be used for parameter 'property' of type 'StyledProperty<ICommand?>' in 'IDisposable? AvaloniaObject.SetValue<ICommand?>(StyledProperty<ICommand?> property, ICommand? value, BindingPriority priority = BindingPriority.LocalValue)' due to differences in the nullability of reference types.
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/