Skip to content

Merge remote-tracking branch 'upstream/master' into avalonia_port #54

Merge remote-tracking branch 'upstream/master' into avalonia_port

Merge remote-tracking branch 'upstream/master' into avalonia_port #54

Triggered via push July 31, 2024 15:17
Status Success
Total duration 1m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
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/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2.1.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Nodify/NodifyEditor.cs#L817
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'see'.'
build: Nodify/NodifyEditor.cs#L818
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build: Nodify/GlobalUsings.cs#L37
The using directive for 'Avalonia.Interactivity' appeared previously in this namespace
build: Nodify/Compatibility/Commands/CommandBinding.cs#L6
Cannot convert null literal to non-nullable reference type.
build: Nodify/Compatibility/Commands/CommandBinding.cs#L7
Cannot convert null literal to non-nullable reference type.
build: Nodify/Helpers/UnscaleTransformConverter.cs#L11
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).
build: Nodify/Helpers/UnscaleTransformConverter.cs#L11
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).
build: Nodify/Helpers/UnscaleTransformConverter.cs#L18
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).
build: Nodify/Helpers/UnscaleTransformConverter.cs#L18
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).
build: Nodify/Helpers/UnscaleTransformConverter.cs#L26
Nullability of reference types in type of parameter 'parameter' of 'object ScaleDoubleConverter.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).