Fix resizing animated WebP breaking animation#357
Open
deeferentleeg wants to merge 1 commit into
Open
Annotations
21 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L141
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L73
Nullability of reference types in type of parameter 'g' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, double>' (possibly because of nullability attributes).
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L73
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L63
Nullability of reference types in type of parameter 'g' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, double>' (possibly because of nullability attributes).
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L63
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L41
Nullability of reference types in type of parameter 'g' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, bool>' (possibly because of nullability attributes).
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L41
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/KeybindingsViewModel.cs#L36
Non-nullable property 'WindowConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/TranslationViewModel.cs#L382
Nullability of reference types in type of parameter 'gallery' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, bool>' (possibly because of nullability attributes).
|
|
Publish arm64 version:
src/PicView.Core/ViewModels/TranslationViewModel.cs#L382
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L141
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L73
Nullability of reference types in type of parameter 'g' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, double>' (possibly because of nullability attributes).
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L73
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L63
Nullability of reference types in type of parameter 'g' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, double>' (possibly because of nullability attributes).
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L63
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L41
Nullability of reference types in type of parameter 'g' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, bool>' (possibly because of nullability attributes).
|
|
Publish x64 version:
src/PicView.Core/ViewModels/GalleryViewModel.cs#L41
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
|
Publish x64 version:
src/PicView.Core/ViewModels/KeybindingsViewModel.cs#L36
Non-nullable property 'WindowConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish x64 version:
src/PicView.Core/ViewModels/TranslationViewModel.cs#L382
Nullability of reference types in type of parameter 'gallery' of 'lambda expression' doesn't match the target delegate 'Func<Gallery?, bool>' (possibly because of nullability attributes).
|
|
Publish x64 version:
src/PicView.Core/ViewModels/TranslationViewModel.cs#L382
The type 'PicView.Core.Config.Gallery?' cannot be used as type parameter 'TSource' in the generic type or method 'Observable.EveryValueChanged<TSource, TProperty>(TSource, Func<TSource, TProperty>, CancellationToken)'. Nullability of type argument 'PicView.Core.Config.Gallery?' doesn't match 'class' constraint.
|
background
wait
wait-all
cancel
parallel
Loading