Add README to the project and clean yaml #64
Annotations
2 errors and 7 warnings
|
|
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/
|
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).
|
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).
|
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).
|
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).
|
source/MaterialDesign.Avalonia.PackIcon/PackIcon.cs#L19
Unboxing a possibly null value.
|
source/MaterialDesign.Avalonia.PackIcon/PackIcon.cs#L29
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading