build and release #57
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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.
|
run build scripts:
src/ObservableView/Searching/ISearchSpecification.cs#L18
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
src/ObservableView/Searching/ISearchSpecification.cs#L20
Cannot convert null literal to non-nullable reference type.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "macosarm64file", "macosx64file", "windowsarm64file", "windowsx64file", "windowsx86file".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading