Merge pull request #28 from nor0x/26 #54
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3.2.0, actions/upload-artifact@v3.1.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run build scripts:
src/Helpers/Extensions.cs#L23
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
src/Helpers/Extensions.cs#L52
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
src/Helpers/Extensions.cs#L154
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
src/Helpers/Extensions.cs#L176
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
src/ObservableView/Grouping/MonthGroupAlgorithm.cs#L9
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
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'.
|
run build scripts:
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).
|
run build scripts:
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).
|
run build scripts:
src/ObservableView/ObservableView.cs#L279
The default value specified for parameter 'orderDirection' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
run build scripts:
src/ObservableView/Searching/ISearchSpecification.cs#L16
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading