Skip to content

fixes sed command

fixes sed command #25

Triggered via push October 19, 2023 11:35
Status Cancelled
Total duration 3m 4s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-windows
Process completed with exit code 1.
build-macos
The run was canceled by @nor0x.
build-macos
The operation was canceled.
build-macos: src/Helpers/Extensions.cs#L20
Cannot convert null literal to non-nullable reference type.
build-macos: src/Helpers/Extensions.cs#L49
Cannot convert null literal to non-nullable reference type.
build-macos: src/ObservableView/ObservableObject.cs#L10
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableObject.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-macos: src/ObservableView/Grouping/MonthGroupAlgorithm.cs#L9
Cannot convert null literal to non-nullable reference type.
build-macos: src/ObservableView/Sorting/NaturalSortComparable.cs#L23
Nullability of reference types in type of parameter 'otherValueObj' of 'int NaturalSortComparable.CompareTo(object otherValueObj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
build-macos: src/ObservableView/Sorting/NaturalSortComparable.cs#L28
Nullability of reference types in type of parameter 'other' of 'int NaturalSortComparable.CompareTo(NaturalSortComparable other)' doesn't match implicitly implemented member 'int IComparable<NaturalSortComparable>.CompareTo(NaturalSortComparable? other)' (possibly because of nullability attributes).
build-macos: src/Helpers/RidToIconConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object RidToIconConverter.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-macos: src/Helpers/RidToIconConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object RidToIconConverter.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-macos: src/Helpers/RidToIconConverter.cs#L19
Nullability of reference types in type of parameter 'value' of 'object RidToIconConverter.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-macos: src/Helpers/RidToIconConverter.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'object RidToIconConverter.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).