Bump YoutubeExplode from 6.5.6 to 6.5.7 #22
Closed
Annotations
2 warnings
|
Run dotnet build -c Release:
YouTubeToPlex/SubPrograms/Playlist/PlaylistSubProgram.cs#L63
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
|
|
Run dotnet build -c Release:
YouTubeToPlex/SubPrograms/Playlist/PlaylistSubProgram.cs#L63
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
|
Loading