Open
Conversation
Bumps Basic.Reference.Assemblies.Net80 from 1.8.3 to 1.8.4 Bumps BenchmarkDotNet from 0.15.2 to 0.15.8 Bumps CliWrap from 3.9.0 to 3.10.0 Bumps FluentAssertions from 8.5.0 to 8.8.0 Bumps GitHubActionsTestLogger from 2.4.1 to 3.0.1 Bumps McMaster.Extensions.CommandLineUtils from 4.1.1 to 5.0.0 Bumps Microsoft.CodeAnalysis.CSharp from 4.11.0 to 5.0.0 Bumps Microsoft.Extensions.DependencyInjection from 9.0.7 to 10.0.2 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 Bumps PolyShim from 1.15.0 to 2.5.0 Bumps System.CommandLine from 2.0.0-beta6.25358.103 to 2.0.2 Bumps System.Threading.Tasks.Extensions from 4.6.0 to 4.6.3 Bumps xunit.runner.visualstudio from 3.1.3 to 3.1.5 --- updated-dependencies: - dependency-name: Basic.Reference.Assemblies.Net80 dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Basic.Reference.Assemblies.Net80 dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: CliWrap dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: FluentAssertions dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: FluentAssertions dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: GitHubActionsTestLogger dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: GitHubActionsTestLogger dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: McMaster.Extensions.CommandLineUtils dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: PolyShim dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: System.CommandLine dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: System.Threading.Tasks.Extensions dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 Basic.Reference.Assemblies.Net80 from 1.8.3 to 1.8.4.
Release notes
Sourced from Basic.Reference.Assemblies.Net80's releases.
1.8.4
Create release 1.8.4
Commits viewable in compare view.
Updated BenchmarkDotNet from 0.15.2 to 0.15.8.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.8
This release adds OpenMetrics exporter support for Prometheus-compatible metrics export, improves the Roslyn analyzers with multi-target support and better type checking, and fixes several bugs including process deadlocks and WASM trimming issues.
Features
NO_COLORenvironment variable support for disabling console colors (#2870)Improvements
[DynamicallyAccessedMembers]attribute polyfill (#2883)AsyncProcessOutputReaderfor cleaner process output handling (#2878)Bug Fixes
BenchmarkRunner.Run<T>()with arguments on invalid benchmark type (#2880, fixes #2724)Internal
#if-#endifpreprocessor directives using PolySharp polyfills (#2881)Full Changelog: dotnet/BenchmarkDotNet@v0.15.7...v0.15.8
0.15.7
This release introduces Roslyn analyzers to catch incorrect BenchmarkDotNet usage at compile time, improves .NET Framework version detection, and updates OS detection support.
Features
[Arguments],[Params], and[ParamsAllValues]attribute usage[GenericTypeArguments]requirementsBenchmarkRunner.RuninvocationsImprovements
TargetFrameworkAttribute(#2682)OsBrandHelperBug Fixes
TestCaseFilterfor the test adapterInternal
release.yamlFull Changelog: dotnet/BenchmarkDotNet@v0.15.6...v0.15.7
0.15.6
v0.15.6
This release adds ref struct parameter support for
[ArgumentsSource], fixes Native AOT runtime moniker resolution, and upgrades to Perfolizer 0.6.0 with the new Pragmastat statistical engine.Features
[ArgumentsSource]attribute, enablingSpan<T>andReadOnlySpan<char>parameters (#2849)Bug Fixes
Improvements
Documentation
Internal
Full Changelog: dotnet/BenchmarkDotNet@v0.15.5...v0.15.6
0.15.5
This release fixes job naming consistency when using
--runtimes, clamps histogram bin bounds to avoid confusing negative values, and reduces output directory clutter by filtering unnecessary runtime and satellite assembly files.Features
Bug Fixes
SimpleJobAttributeand--runtimesCLI option (#2841)Internal
workflow_dispatchfor test workflow (#2835)Full Changelog: dotnet/BenchmarkDotNet@v0.15.4...v0.15.5
0.15.4
This release fixes issues with
ParamsSourceattribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.Bug Fixes
[ParamsSource]to resolve overridden methods and properties in derived classes (#2832)TestTfmsInParallelproperty that prevented Visual Studio from loading projects (#2831)Full Changelog: dotnet/BenchmarkDotNet@v0.15.3...v0.15.4
0.15.3
This release brings .NET 10 NativeAOT instruction set support, improved CPU detection on Windows when WMIC is unavailable, test adapter filtering, and numerous bug fixes.
Breaking Changes
.WithNuget()job extension in favor of.WithMsBuildArguments()(#2812)Features
Improvements
IsNetCoreandIsNativeAOTdetection for single-file apps without AOT (#2799)--nodeReuse:falsefor dotnet CLI commands to improve build isolation (#2814)Bug Fixes
ArgumentsSourceon external types not working if the argument type is not primitive (#2820)EtwProfilerfor file paths slightly under 260 characters (#2808)EventProcessor.OnEndValidationStagenot being called when critical validation errors occur (#2816)XmlExceptionthrown whenTextReader.Nullis passed toAppConfigGenerator(#2817)NativeMemoryLogParserprogram name matching (#2795)BuildPlots.RInternal
MemoryDiagnosertests on macOS (#2813)TimeConsumingBenchmarkclass to reduce test timeBenchmarkDotNetDiagnoserspackage version (#2805)GenerateProgramFile(#2802)Full Changelog: dotnet/BenchmarkDotNet@v0.15.2...v0.15.3
Commits viewable in compare view.
Updated CliWrap from 3.9.0 to 3.10.0.
Release notes
Sourced from CliWrap's releases.
3.10
What's Changed
[Buffered]CommandResultby @Tyrrrz in Add tuple deconstruction and implicit conversions to[Buffered]CommandResultTyrrrz/CliWrap#307Full Changelog: Tyrrrz/CliWrap@3.9...3.10
Commits viewable in compare view.
Updated FluentAssertions from 8.5.0 to 8.8.0.
Release notes
Sourced from FluentAssertions's releases.
8.8.0
What's Changed
New features
Improvements
Documentation
configparameter by @jnyrup in Add docs forconfigparameter fluentassertions/fluentassertions#3104Others
Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0
8.7.1
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1
8.7.0
What's Changed
New features
Others
DisableImplicitNuGetFallbackFolderby @jnyrup in SetDisableImplicitNuGetFallbackFolderfluentassertions/fluentassertions#3095Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0
8.6.0
What's Changed
Improvements
Value.ThatMatchesandValue.ThatSatisfiesby @dennisdoomen in Add support for inline assertions using Value.ThatMatches and Value.ThatSatisfies fluentassertions/fluentassertions#3076Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0
Commits viewable in compare view.
Updated GitHubActionsTestLogger from 2.4.1 to 3.0.1.
Release notes
Sourced from GitHubActionsTestLogger's releases.
3.0.1
Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0...3.0.1
3.0
Configuration breaking changes
@trait.XYZreplacement token has been removed.See the readme for updated usage instructions.
What's Changed
Microsoft.Testing.Platformby @Tyrrrz in Add support forMicrosoft.Testing.PlatformTyrrrz/GitHubActionsTestLogger#53New Contributors
Full Changelog: Tyrrrz/GitHubActionsTestLogger@2.4.1...3.0
Commits viewable in compare view.
Updated McMaster.Extensions.CommandLineUtils from 4.1.1 to 5.0.0.
Release notes
Sourced from McMaster.Extensions.CommandLineUtils's releases.
5.0.0
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/5.0.0
https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/5.0.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
What's Changed
New Contributors
Full Changelog: natemcmaster/CommandLineUtils@v4.1.1...v5.0.0
5.0.0-beta.348
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/5.0.0-beta.348
https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/5.0.0-beta.348
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
What's Changed
New Contributors
Full Changelog: natemcmaster/CommandLineUtils@v5.0.0-beta.325...v5.0.0-beta.348
5.0.0-beta.325
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/5.0.0-beta.325
https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/5.0.0-beta.325
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
What's Changed
New Contributors
Full Changelog: natemcmaster/CommandLineUtils@v4.1.1...v5.0.0-beta.325
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.CSharp from 4.11.0 to 5.0.0.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection from 9.0.7 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
10.0.0-preview.6.25358.103
You can build .NET 10.0 Preview 6 from the repository by cloning the release tag
v10.0.0-preview.6.25358.103and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.5.25277.114
You can build .NET 10.0 Preview 5 from the repository by cloning the release tag
v10.0.0-preview.5.25277.114and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.4.25258.110
You can build .NET 10.0 Preview 4 from the repository by cloning the release tag
v10.0.0-preview.4.25258.110and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.3.25171.5
You can build .NET 10.0 Preview 3 from the repository by cloning the release tag
v10.0.0-preview.3.25171.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.2.25163.2
You can build .NET 10.0 Preview 2 from the repository by cloning the release tag
v10.0.0-preview.2.25163.2and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.1.25080.5
You can build .NET 10.0 Preview 1 from the repository by cloning the release tag
v10.0.0-preview.1.25080.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.113
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.113and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.112
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.112and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.111
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.111and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.110
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.110and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.109
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.109and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.101
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.101and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.0.1
What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.
Updated PolyShim from 1.15.0 to 2.5.0.
Release notes
Sourced from PolyShim's releases.
2.5
What's Changed
Path.IsPathFullyQualified(...)by @Tyrrrz in Add polyfill forPath.IsPathFullyQualified(...)Tyrrrz/PolyShim#70Full Changelog: Tyrrrz/PolyShim@2.4.1...2.5
2.4.1
What's Changed
unsafecode opt-in by the consumer by @Tyrrrz in Makeunsafecode opt-in by the consumer Tyrrrz/PolyShim#69Full Changelog: Tyrrrz/PolyShim@2.4...2.4.1
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.CommandLine from 2.0.0-beta6.25358.103 to 2.0.2.
Release notes
Sourced from System.CommandLine's releases.
No release notes found for this version range.
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.
Updated xunit.runner.visualstudio from 3.1.3 to 3.1.5.
Release notes
Sourced from xunit.runner.visualstudio'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