Skip to content

Fix OnPointerPressed event handler #16

Fix OnPointerPressed event handler

Fix OnPointerPressed event handler #16

Triggered via push May 6, 2024 12:06
Status Success
Total duration 2m 51s
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#L30
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#L30
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/ViewModelBase/PendingConnectionViewModelBase.cs#L62
Possible null reference argument for parameter 'source' in 'void NodifyEditorViewModelBase.Connect(ConnectorViewModelBase source, ConnectorViewModelBase target)'.
publish: NodifyM.Avalonia/ViewModelBase/NodeViewModelBase.cs#L10
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: NodifyM.Avalonia/ViewModelBase/NodeViewModelBase.cs#L11
Non-nullable field '_footer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: NodifyM.Avalonia/ViewModelBase/ConnectorViewModelBase.cs#L17
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/