Skip to content

Release on Tag TestBed1 #57

Release on Tag TestBed1

Release on Tag TestBed1 #57

Triggered via push October 26, 2023 18:45
Status Success
Total duration 1m 0s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L24
Nullability of reference types in type of parameter 'value' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L24
Nullability of reference types in type of parameter 'parameter' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/PackIcon.cs#L19
Unboxing a possibly null value.
build: source/MaterialDesign.Avalonia.PackIcon/PackIcon.cs#L29
Converting null literal or possible null value to non-nullable type.
build: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L24
Nullability of reference types in type of parameter 'value' of 'object GeometryConverter.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: source/MaterialDesign.Avalonia.PackIcon/GeometryConverter.cs#L24
Nullability of reference types in type of parameter 'parameter' of 'object GeometryConverter.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).