Bump PolyShim and System.Threading.Tasks.Extensions #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated PolyShim from 1.15.0 to 2.4.0.
Release notes
Sourced from PolyShim's releases.
2.4
What's Changed
Stream.DisposeAsync(),TextReader.DisposeAsync(...),TextWriter.DisposeAsync(...)by @Tyrrrz in Add polyfills forStream.DisposeAsync(),TextReader.DisposeAsync(...),TextWriter.DisposeAsync(...)Tyrrrz/PolyShim#67File.ReadLinesAsync(...),TextReader.ReadLineAsync(CancellationToken),TextReader.ReadToEndAsync(CancellationToken)by @Tyrrrz in Add polyfills forFile.ReadLinesAsync(...),TextReader.ReadLineAsync(CancellationToken),TextReader.ReadToEndAsync(CancellationToken)Tyrrrz/PolyShim#68Full Changelog: Tyrrrz/PolyShim@2.3...2.4
2.3
What's Changed
DateTime.TryParse(string, IFormatProvider, out DateTime)and equivalent forDateTimeOffsetby @Tyrrrz in Add polyfills forDateTime.TryParse(string, IFormatProvider, out DateTime)and equivalent forDateTimeOffsetTyrrrz/PolyShim#61Task.Run(...),Task.WhenAny(...)andTask.WhenAll(...)by @Tyrrrz in Add polyfills forTask.Run(...),Task.WhenAny(...)andTask.WhenAll(...)Tyrrrz/PolyShim#62Parallel.ForAsync(...)andParallel.ForEachAsync(...)by @Tyrrrz in Add polyfills forParallel.ForAsync(...)andParallel.ForEachAsync(...)Tyrrrz/PolyShim#63Span<T>,Memory<T>,ArrayPool<T>,MemoryPool<T>, and related types by @Tyrrrz in Add polyfills forSpan<T>,Memory<T>,ArrayPool<T>,MemoryPool<T>, and related types Tyrrrz/PolyShim#64IntPtr.[Try]Parse(...),UIntPtr.[Try]Parse(...)by @Tyrrrz in Add polyfills forIntPtr.[Try]Parse(...),UIntPtr.[Try]Parse(...)Tyrrrz/PolyShim#65CallerMemberNameAttribute,CallerLineNumberAttributeandCallerFilePathAttributeby @Tyrrrz in Add polyfills forCallerMemberNameAttribute,CallerLineNumberAttributeandCallerFilePathAttributeTyrrrz/PolyShim#66Full Changelog: Tyrrrz/PolyShim@2.2...2.3
2.2
What's Changed
File.AppendAllBytes(...)by @Tyrrrz in Add polyfill forFile.AppendAllBytes(...)Tyrrrz/PolyShim#55Enum.Parse<T>(string, [bool]),Enum.GetValue<T>()andEnum.GetNames<T>()by @Tyrrrz in Add polyfills forEnum.Parse<T>(string, [bool]),Enum.GetValue<T>()andEnum.GetNames<T>()Tyrrrz/PolyShim#56Enum.IsDefined<T>(...)andEnum.HasFlag(...)by @Tyrrrz in Add polyfills forEnum.IsDefined<T>(...)andEnum.HasFlag(...)Tyrrrz/PolyShim#57int.TryParse(string, IFormatProvider?, out int)and corresponding methods for other numeric types by @Tyrrrz in Add polyfills forint.TryParse(string, IFormatProvider?, out int)and corresponding methods for other numeric types Tyrrrz/PolyShim#58Convert.ToHexString[Lower](...)andConvert.FromHexString(...)by @Tyrrrz in Add polyfills forConvert.ToHexString[Lower](...)andConvert.FromHexString(...)Tyrrrz/PolyShim#59Random.NextInt64(...),Random.NextSingle(...),Random.GetItems(...),Random.Shuffle(...),Random.GetHexString(...),Random.GetString(...)by @Tyrrrz in Add polyfills forRandom.NextInt64(...),Random.NextSingle(...),Random.GetItems(...),Random.Shuffle(...),Random.GetHexString(...),Random.GetString(...)Tyrrrz/PolyShim#60Full Changelog: Tyrrrz/PolyShim@2.1...2.2
2.1
What's Changed
TimeSpan.FromMilliseconds(long, [long])by @Tyrrrz in Add polyfill forTimeSpan.FromMilliseconds(long, [long])Tyrrrz/PolyShim#43Path.Join(...)by @Tyrrrz in Add polyfill forPath.Join(...)Tyrrrz/PolyShim#44Task.WhenEach(...)by @Tyrrrz in Add polyfill forTask.WhenEach(...)Tyrrrz/PolyShim#46List<T>.EnsureCapacity(...)by @Tyrrrz in Add polyfill forList<T>.EnsureCapacity(...)Tyrrrz/PolyShim#47Queue<T>.TryDequeue(...)andQueue<T>.TryPeek(...)by @Tyrrrz in Add polyfills forQueue<T>.TryDequeue(...)andQueue<T>.TryPeek(...)Tyrrrz/PolyShim#48EqualityComparer<T>.Create(...)by @Tyrrrz in Add polyfill forEqualityComparer<T>.Create(...)Tyrrrz/PolyShim#49HashSet<T>.TryGetValue(...)andSortedSet<T>.TryGetValue(...)by @Tyrrrz in Add polyfills forHashSet<T>.TryGetValue(...)andSortedSet<T>.TryGetValue(...)Tyrrrz/PolyShim#50Dictionary<TKey, TValue>.TryAdd(...)by @Tyrrrz in Add polyfill forDictionary<TKey, TValue>.TryAdd(...)Tyrrrz/PolyShim#52string.GetHashCode(StringComparison)by @Tyrrrz in Add polyfill forstring.GetHashCode(StringComparison)Tyrrrz/PolyShim#53Regex.Count(...)by @Tyrrrz in Add polyfill forRegex.Count(...)Tyrrrz/PolyShim#54Full Changelog: Tyrrrz/PolyShim@2.0...2.1
2.0
What's Changed
Path.GetRelativePath(...)by @Tyrrrz in Add polyfill forPath.GetRelativePath(...)Tyrrrz/PolyShim#23Environment.ProcessPathby @Tyrrrz in Add polyfill forEnvironment.ProcessPathTyrrrz/PolyShim#24Environment.ProcessIdby @Tyrrrz in Add polyfill forEnvironment.ProcessIdTyrrrz/PolyShim#25Path.Combine(params ...)by @Tyrrrz in Add polyfill forPath.Combine(params ...)Tyrrrz/PolyShim#26Version.Parse(...)andVersion.TryParse(...)by @Tyrrrz in Add polyfills forVersion.Parse(...)andVersion.TryParse(...)Tyrrrz/PolyShim#27string.IsNullOrWhiteSpace(...)by @Tyrrrz in Add polyfill forstring.IsNullOrWhiteSpace(...)Tyrrrz/PolyShim#28Random.Sharedby @Tyrrrz in Add polyfill forRandom.SharedTyrrrz/PolyShim#29Task.FromResult(...)andTask.CompletedTaskby @Tyrrrz in Add polyfills forTask.FromResult(...)andTask.CompletedTaskTyrrrz/PolyShim#30TaskCompletionSource<T>.SetCanceled(...)by @Tyrrrz in Add polyfill forTaskCompletionSource<T>.SetCanceled(...)Tyrrrz/PolyShim#31DateTime.UnixEpochby @Tyrrrz in Add polyfill forDateTime.UnixEpochTyrrrz/PolyShim#32DateTimeOffset.UnixEpochby @Tyrrrz in Add polyfill forDateTimeOffset.UnixEpochTyrrrz/PolyShim#33OperatingSystem.IsXyz()methods by @Tyrrrz in Add polyfills for some of theOperatingSystem.IsXyz()methods Tyrrrz/PolyShim#34Task.IsCompletedSuccessfullyandTaskCompletionSource(non-generic) by @Tyrrrz in Add polyfills forTask.IsCompletedSuccessfullyandTaskCompletionSource(non-generic) Tyrrrz/PolyShim#35AppContext.TargetFrameworkNameandTargetFrameworkAttributeby @Tyrrrz in Add polyfills forAppContext.TargetFrameworkNameandTargetFrameworkAttributeTyrrrz/PolyShim#36ArgumentNullException.ThrowIfNull(...),ArgumentException.ThrowIfNullOrEmpty(...)andArgumentException.ThrowIfNullOrWhiteSpace(...)by @Tyrrrz in Add polyfills forArgumentNullException.ThrowIfNull(...),ArgumentException.ThrowIfNullOrEmpty(...)andArgumentException.ThrowIfNullOrWhiteSpace(...)Tyrrrz/PolyShim#37Math.Clamp(...)by @Tyrrrz in Add polyfills forMath.Clamp(...)Tyrrrz/PolyShim#38Path.EndsInDirectorySeparator(...)andPath.TrimEndingDirectorySeparator(...)by @Tyrrrz in Add polyfills forPath.EndsInDirectorySeparator(...)andPath.TrimEndingDirectorySeparator(...)Tyrrrz/PolyShim#39File.Move(..., overwrite)by @Tyrrrz in Add polyfill forFile.Move(..., overwrite)Tyrrrz/PolyShim#41File.WriteAll*Async(...),File.ReadAll*Async(...), andFile.AppendAll*Async(...)by @Tyrrrz in Add polyfills forFile.WriteAll*Async(...),File.ReadAll*Async(...), andFile.AppendAll*Async(...)Tyrrrz/PolyShim#40<autogenerated/>to enable CSharpier formatting by @Tyrrrz in Remove<autogenerated/>to enable CSharpier formatting Tyrrrz/PolyShim#42Full Changelog: Tyrrrz/PolyShim@1.15...2.0
Commits viewable in compare view.
Updated System.Threading.Tasks.Extensions from 4.6.0 to 4.6.3.
Release notes
Sourced from System.Threading.Tasks.Extensions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions