Bump Microsoft.NET.Test.Sdk and 6 others #115
Open
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 Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
... (truncated)
17.14.0-preview-25107-01
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
Will probably revert before release:
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01
Commits viewable in compare view.
Updated Moq from 4.18.1 to 4.20.72.
Release notes
Sourced from Moq's releases.
4.20.72
What's Changed
🔨 Other
Full Changelog: devlooped/moq@v4.20.71...v4.20.72
4.20.71
What's Changed
🔨 Other
New Contributors
Full Changelog: devlooped/moq@v4.20.70...v4.20.71
4.20.70
What's Changed
🔨 Other
New Contributors
Full Changelog: devlooped/moq@v4.20.69...v4.20.70
4.20.69
Let's make it more memorable when Moq became "safe" again.
What's Changed
4.20.2
What's Changed
🐛 Fixed bugs
Full Changelog: moq/moq.spikes@v4.20.1...v4.20.2
4.20.1
What's Changed
✨ Implemented enhancements
Full Changelog: moq/moq.spikes@v4.20.0...v4.20.1
4.20.0
What's Changed
✨ Implemented enhancements
setup.Verifiable(Times times, [string failMessage])method by @stakx in https://github.com/moq/moq/pull/1319🔨 Other
Mock<T>.RaiseAsyncby @stakx in https://github.com/moq/moq/pull/1313ThrowsAsyncfor non-genericValueTaskby @johnthcall in https://github.com/moq/moq/pull/1235mock.Protected().Verify<T>()method overload by @stakx in https://github.com/moq/moq/pull/1325New Contributors
Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0
4.20.0-rc
What's Changed
🔨 Other
Full Changelog: moq/moq.spikes@v4.20.0-beta...v4.20.0-rc
4.20.0-beta
What's Changed
✨ Implemented enhancements
setup.Verifiable(Times times, [string failMessage])method by @stakx in https://github.com/moq/moq/pull/1319🔨 Other
Mock<T>.RaiseAsyncby @stakx in https://github.com/moq/moq/pull/1313ThrowsAsyncfor non-genericValueTaskby @johnthcall in https://github.com/moq/moq/pull/1235mock.Protected().Verify<T>()method overload by @stakx in https://github.com/moq/moq/pull/1325New Contributors
Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0-beta
4.20.0-alpha
What's Changed
✨ Implemented enhancements
setup.Verifiable(Times times, [string failMessage])method by @stakx in https://github.com/moq/moq/pull/1319🔨 Other
Mock<T>.RaiseAsyncby @stakx in https://github.com/moq/moq/pull/1313ThrowsAsyncfor non-genericValueTaskby @johnthcall in https://github.com/moq/moq/pull/1235mock.Protected().Verify<T>()method overload by @stakx in https://github.com/moq/moq/pull/1325New Contributors
Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0-alpha
4.18.4
Changed
Castle.Core(DynamicProxy) from version 5.1.0 to 5.1.1 (@stakx, #1317)4.18.3
Fixed
SetupAllPropertiescrashes when invoked on aMock<T>subclass (@mo-russo, #1278)4.18.2
Changed
Castle.Core(DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275)System.Threading.Tasks.Extensionsfornetstandard2.1andnet6.0(@tibel, #1274)Fixed
.Raises()with redeclared event (@howcheng, #1175)MissingMethodExceptionwhen mocking interface with sealed default implementation (@pjquirk, #1209)TypeLoadExceptionon mock when a record has a base record on .NET 6 (@tgrieger-sf, #1273)Commits viewable in compare view.
Updated NLog from 5.4.0 to 6.0.2.
Release notes
Sourced from NLog's releases.
6.0.2
6.0.1
Improvements
6.0.0
Major changes:
ReadOnlySpanto reduce memory allocationsFlushAsyncandIDisposableAsyncConcurrentWritesArchiveSuffixFormatNLog v6 has reduced its footprint by extracting features into separate nuget-packages:
List of all NLog 6.0 Pull Requests
See also List of major changes in NLog v6 for more details.
Thanks to all contributers: @ana1250, @Pavan8374, @smnsht, @RomanSoloweow, @wadebaird, @hangy, @lavige777, @jokoyoski, @saltukkos, @nih0n, @michaelplavnik, @Aaronmsv, @ShadowDancer, @Orace, @tvogel-nid, @martinzding, @kurnakovv, @dance, @JohnVerheij
6.0.0-rc4
Improvements
6.0.0-rc3
Improvements
6.0.0-rc2
Improvements
<IsAotCompatible>ForceWriteLineReadOnlySpan<MessageTemplateParameter>6.0.0-rc1
Improvements
<Nullable>enable</Nullable>and introducedLayout.Empty[RequiredParameter]as obsolete, and replaced with explicit option validation during initialization.LogEventInfo.SequenceIDand${sequenceid}as obsolete, and instead use${counter:sequence=global}.[OverloadResolutionPriority(-1)]when using C# 13Unless something bad is discovered, then this will be the last preview build, before the final release of NLog v6.0
Updated NLog v6.0 release notes: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html
6.0.0-preview1
Major Changes
NLog v6.0 release notes: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html
List of all NLog 6.0 Pull Requests
Thanks to all contributers: @ana1250, @Pavan8374, @smnsht, @RomanSoloweow, @wadebaird, @hangy, @lavige777, @jokoyoski, @saltukkos, @nih0n, @michaelplavnik, @Aaronmsv, @ShadowDancer, @Orace, @tvogel-nid, @martinzding, @kurnakovv
5.5.1
5.5.0
Improvements
Commits viewable in compare view.
Updated NunitXml.TestLogger from 6.0.0 to 6.1.0.
Release notes
Sourced from NunitXml.TestLogger's releases.
6.1.0
6.1.0 (2025-03-15)
Features
Commits viewable in compare view.
Updated Quartz from 3.13.1 to 3.15.0.
Release notes
Sourced from Quartz's releases.
3.15.0
What's Changed
New Contributors
Full Changelog: quartznet/quartznet@v3.14.0...v3.15.0
3.14.0
What's Changed
DirtyFlagMap.Addto useAllowNullAttributeinstead ofMaybeNullAttributeby @fbenoit-coexya in DirtyFlagMap-fixAdd quartznet/quartznet#2660New Contributors
Full Changelog: quartznet/quartznet@v3.13.1...v3.14.0
Commits viewable in compare view.
Updated System.Collections.Immutable from 9.0.1 to 9.0.7.
Release notes
Sourced from System.Collections.Immutable's releases.
9.0.7
Release
What's Changed
sort_mark_listby @github-actions in [release/9.0-staging] throw an exception instead of infinite loop insort_mark_listdotnet/runtime#115529Full Changelog: dotnet/runtime@v9.0.6...v9.0.7
9.0.6
Bug Fixes
Read messages from binlog if process output is missing build finished message (#114676)
Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.
Fix debugger app hangs related to thread exit (#114917)
Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.
[Mono] Workaround MSVC miscompiling sgen_clz (#114903)
Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.
Do not set the salt or info if they are NULL for OpenSSL HKDF (#114877)
Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.
[Test Only] Fix Idn tests (#115032)
Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.
JIT: revised fix for fp division issue in profile synthesis (#115026)
Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.
Handle OSSL 3.4 change to SAN:othername formatting (#115361)
Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.
[Mono] Fix c11 ARM64 atomics to issue full memory barrier (#115635)
Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.
Performance Improvements
[WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#114678)
Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.
Improve distribute_free_regions (#115167)
Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.
Technical Improvements
Strip trailing slash from source dir for cmake4 (#114905)
Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.
Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#114995)
Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.
Add support for more libicu versions (#115376)
Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.
Infrastructure
Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.
... (truncated)
9.0.5
Release
What's Changed
osx.14.arm64.openandosx.15.amd64.openqueues by @github-actions in [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs toosx.14.arm64.openandosx.15.amd64.openqueues dotnet/runtime#114617... (truncated)
9.0.4
Release
What's Changed
BigInteger.Rotate{Left,Right}for backport by @github-actions in [release/9.0] FixBigInteger.Rotate{Left,Right}for backport dotnet/runtime#112991Full Changelog: dotnet/runtime@v9.0.3...v9.0.4
9.0.3
Release
What's Changed
NO-MERGElabel is applied by @github-actions in [release/9.0-staging] Add workflow to prevent merging a PR when theNO-MERGElabel is applied dotnet/runtime#111961Full Changelog: dotnet/runtime@v9.0.2...v9.0.3
9.0.2
Release
What's Changed
SetChecksumcreating invalid pdb by @github-actions in [release/9.0-staging] Fix System.Reflection.EmitSetChecksumcreating invalid pdb dotnet/runtime#110205BlockDominancePredsto avoid a JIT crash by @github-actions in [release/9.0-staging] JIT: Include more edges inBlockDominancePredsto avoid a JIT crash dotnet/runtime#110568_Descri...
Description has been truncated