fixes sed command #25
Annotations
2 errors and 10 warnings
The run was canceled by @nor0x.
|
|
src/Helpers/Extensions.cs#L20
Cannot convert null literal to non-nullable reference type.
|
src/Helpers/Extensions.cs#L49
Cannot convert null literal to non-nullable reference type.
|
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'.
|
src/ObservableView/Grouping/MonthGroupAlgorithm.cs#L9
Cannot convert null literal to non-nullable reference type.
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
The logs for this run have expired and are no longer available.
Loading