Skip to content

in-app version display fixed #38

in-app version display fixed

in-app version display fixed #38

Triggered via push October 19, 2023 16:01
Status Cancelled
Total duration 2m 26s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
build-windows
The run was canceled by @nor0x.
build-windows
The operation was canceled.
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/Grouping/MonthGroupAlgorithm.cs#L9
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/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/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
build-macos: src/ObservableView/Searching/ISearchSpecification.cs#L16
Cannot convert null literal to non-nullable reference type.
build-macos: src/ObservableView/Searching/ISearchSpecification.cs#L18
Cannot convert null literal to non-nullable reference type.
build-macos: src/ObservableView/Searching/ISearchSpecification.cs#L20
Cannot convert null literal to non-nullable reference type.