Skip to content

Cleanups#3137

Merged
jnyrup merged 6 commits intofluentassertions:mainfrom
jnyrup:cleanup
Dec 17, 2025
Merged

Cleanups#3137
jnyrup merged 6 commits intofluentassertions:mainfrom
jnyrup:cleanup

Conversation

@jnyrup
Copy link
Copy Markdown
Member

@jnyrup jnyrup commented Dec 16, 2025

IMPORTANT

  • If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label.
  • The code complies with the Coding Guidelines for C#.
  • The changes are covered by unit tests which follow the Arrange-Act-Assert syntax and the naming conventions such as is used in these tests.
  • If the PR adds a feature or fixes a bug, please update the release notes with a functional description that explains what the change means to consumers of this library, which are published on the website.
  • If the PR changes the public API the changes needs to be included by running AcceptApiChanges.ps1 or AcceptApiChanges.sh.
  • If the PR affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
    • Please also run ./build.sh --target spellcheck or .\build.ps1 --target spellcheck before pushing and check the good outcome

CONTRIBUTOR LICENSE GRANT

By submitting this contribution, the contributor hereby irrevocably grants to the project owners and maintainers a perpetual, worldwide, royalty-free, irrevocable license to use, reproduce, modify, distribute, sublicense, and create derivative works of the contribution for any purpose and under any terms, including proprietary licensing.

The contributor waives any moral rights in the contribution to the extent permitted by law and agrees not to assert any claim of authorship or control over the contribution. The contributor represents that they are the sole author of the contribution and that it is provided free of any third-party claims.

The contributor understands and agrees that the maintainers may, at their sole discretion, use, license, or redistribute the contribution as part of any work and under any terms they choose, without further permission or attribution.

  • I have read the Contributor License Grant and accept the conditions
  • I'm interested in a free license for Fluent Assertions and will share my email address through sales@xceed.com

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 16, 2025

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 20298488845

Details

  • 24 of 24 (100.0%) changed or added relevant lines in 12 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 97.179%

Totals Coverage Status
Change from base Build 20242967365: 0.02%
Covered Lines: 12827
Relevant Lines: 13046

💛 - Coveralls

@jnyrup jnyrup merged commit 3cb5b69 into fluentassertions:main Dec 17, 2025
8 checks passed
@jnyrup jnyrup deleted the cleanup branch February 23, 2026 21:17
github-actions Bot pushed a commit to Ghostdog02/Lexiq that referenced this pull request Apr 22, 2026
Updated
[FluentAssertions](https://github.com/fluentassertions/fluentassertions)
from 8.8.0 to 8.9.0.

<details>
<summary>Release notes</summary>

_Sourced from [FluentAssertions's
releases](https://github.com/fluentassertions/fluentassertions/releases)._

## 8.9.0

<!-- Release notes generated using configuration in .github/release.yml
at main -->

## What's Changed
### New features
* Add support for `Span<T>`, `ReadOnlySpan<T>`, `Memory<T>` and
`ReadOnlyMemory<T>` by @​dennisdoomen in
fluentassertions/fluentassertions#3172
### Improvements
* Allow excluding all properties by type from `BeEquivalentTo` by
@​Copilot in
fluentassertions/fluentassertions#3115
* Clean-up the stack trace when throwing an assertion failure by
@​dennisdoomen in
fluentassertions/fluentassertions#3152
* Improve reporting the differences between differently sized
collections in `BeEquivalentTo` by @​dennisdoomen in
fluentassertions/fluentassertions#3133
* Improve reporting the subject when chaining `Throw` and `Which` by
@​dennisdoomen in
fluentassertions/fluentassertions#3160
* Add `HaveMillisecond`/`NotHaveMillisecond` assertion methods for
`DateTime` and `DateTimeOffset` by @​Copilot in
fluentassertions/fluentassertions#3164
* Add `BeEqualTo` and `NotBeEqualTo` as collection assertion aliases by
@​Copilot in
fluentassertions/fluentassertions#3166
### Fixes
* Fix formatting exception when comparing strings containing braces by
@​Copilot in
fluentassertions/fluentassertions#3151
### Documentation
* Also mention the global configuration options in the docs. by
@​dennisdoomen in
fluentassertions/fluentassertions#3132
* Add xUnit migration tips by @​fuguiKz in
fluentassertions/fluentassertions#3141
* Point the docs to the new site by @​dennisdoomen in
fluentassertions/fluentassertions#3155
* Added missing release notes by @​dennisdoomen in
fluentassertions/fluentassertions#3161
* Fix "an" vs "a" typos by @​jnyrup in
fluentassertions/fluentassertions#3174
### Others
* Bump actions/download-artifact from 5 to 6 by @​dependabot[bot] in
fluentassertions/fluentassertions#3116
* Bump cspell from 9.2.1 to 9.2.2 by @​dependabot[bot] in
fluentassertions/fluentassertions#3118
* Bump actions/upload-artifact from 4 to 5 by @​dependabot[bot] in
fluentassertions/fluentassertions#3117
* Add NuGet package attestations using GitHub provenance by @​Copilot in
fluentassertions/fluentassertions#3119
* Bump cspell from 9.2.2 to 9.3.0 by @​dependabot[bot] in
fluentassertions/fluentassertions#3122
* Bump actions/attest-build-provenance from 2 to 3 by @​dependabot[bot]
in fluentassertions/fluentassertions#3121
* fix qodana warnings by @​jnyrup in
fluentassertions/fluentassertions#3123
* Update nuget packages by @​jnyrup in
fluentassertions/fluentassertions#3124
* Bump cspell from 9.3.0 to 9.3.2 by @​dependabot[bot] in
fluentassertions/fluentassertions#3125
* Bump actions/checkout from 5 to 6 by @​dependabot[bot] in
fluentassertions/fluentassertions#3127
* Update to NET 10 SDK by @​jnyrup in
fluentassertions/fluentassertions#3128
* Use `==` or `!=` when comparing Nullable<T> against constants by
@​jnyrup in
fluentassertions/fluentassertions#3129
* Create polyfill for `string.Create` by @​jnyrup in
fluentassertions/fluentassertions#3130
* Bump cspell from 9.3.2 to 9.4.0 by @​dependabot[bot] in
fluentassertions/fluentassertions#3131
* Bump actions/cache from 4 to 5 by @​dependabot[bot] in
fluentassertions/fluentassertions#3136
* Bump actions/upload-artifact from 5 to 6 by @​dependabot[bot] in
fluentassertions/fluentassertions#3135
* Bump actions/download-artifact from 6 to 7 by @​dependabot[bot] in
fluentassertions/fluentassertions#3134
* Cleanups by @​jnyrup in
fluentassertions/fluentassertions#3137
* Nuget updates by @​jnyrup in
fluentassertions/fluentassertions#3139
* Suppress `UnassignedGetOnlyAutoProperty` for `Node.GetHashCode` by
@​jnyrup in
fluentassertions/fluentassertions#3138
* Use `NonReadonlyMemberInGetHashCode` by @​jnyrup in
fluentassertions/fluentassertions#3140
* Bump JetBrains/qodana-action from 2025.2 to 2025.3 by
@​dependabot[bot] in
fluentassertions/fluentassertions#3142
* Use compiler-generated `paramName` parameter by @​jnyrup in
fluentassertions/fluentassertions#3143
* Fix `When_concurrently_getting_equality_strategy_it_should_not_throw`
by @​jnyrup in
fluentassertions/fluentassertions#3144
* Bump cspell from 9.4.0 to 9.6.0 by @​dependabot[bot] in
fluentassertions/fluentassertions#3146
* Bump cspell from 9.6.0 to 9.6.2 by @​dependabot[bot] in
fluentassertions/fluentassertions#3153
* Polyfill string builder appending by @​jnyrup in
fluentassertions/fluentassertions#3156
* Bump cspell from 9.6.2 to 9.6.4 by @​dependabot[bot] in
fluentassertions/fluentassertions#3157
* Bump F# to 8.0 to compile with .NET 11 SDK by @​jnyrup in
fluentassertions/fluentassertions#3159
 ... (truncated)

Commits viewable in [compare
view](fluentassertions/fluentassertions@8.8.0...8.9.0).
</details>

Updated
[Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.AspNetCore.Mvc.Testing's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.Extensions.Http](https://github.com/dotnet/dotnet)
from 10.0.3 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Http's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/dotnet)
from 10.0.3 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Logging.Abstractions's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest)
from 17.12.0 to 18.5.0.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.NET.Test.Sdk's
releases](https://github.com/microsoft/vstest/releases)._

## 18.5.0

## What's Changed
* Add runtime configs by @​nohwnd in
microsoft/vstest#15377
* Add net8.0 target for TranslationLayer by @​nohwnd in
microsoft/vstest#15375
* Determine architecture of remote process on windows by @​nohwnd in
microsoft/vstest#15396
* Updating System.Collections.Immutable package reference to version
9.0.0 by @​MSLukeWest in microsoft/vstest#15392
* Dump via netcore tool on windows by @​nohwnd in
microsoft/vstest#15397
* Fix answer file splitting by @​nohwnd in
microsoft/vstest#15381
* Run tests against vsix runner by @​nohwnd in
microsoft/vstest#15419

**Full Changelog**:
microsoft/vstest@v18.4.0...v18.5.0

## 18.4.0

## What's Changed
* Add LoongArch64 support by @​stdmnpkg in
microsoft/vstest#15359

* Refactor Condition evaluation by @​Youssef1313 in
microsoft/vstest#15357
* Adding info on extensions points part 1 by @​nohwnd in
microsoft/vstest#15360
* Add option to ask for uploading code QL before the standard window
ends by @​nohwnd in microsoft/vstest#15373
* Update runtime versions by @​nohwnd in
microsoft/vstest#15372
* Fix .NET 10 regression for traits by @​Youssef1313 in
microsoft/vstest#15370
* Update target frameworks to net10.0 and net11.0 by
@​dotnet-maestro[bot] in microsoft/vstest#15349
* Fix names in pipeline matrix so we don't have to align them by
@​nohwnd in microsoft/vstest#15365
* Update SECURITY.md by @​Youssef1313 in
microsoft/vstest#15342

## New Contributors
* @​stdmnpkg made their first contribution in
microsoft/vstest#15359

**Full Changelog**:
microsoft/vstest@v18.3.0...v18.4.0

## 18.3.0

## What's Changed

* Fix answer file splitting by @​nohwnd in
microsoft/vstest#15306

## Internal fixes and updates

* Bump branding to 18.1 by @​nohwnd in
microsoft/vstest#15286
* Remove stale copy of S.ComponentModel.Composition from testplatform
packages by @​ViktorHofer in
microsoft/vstest#15287
* Update codeflow metadata to fix backflow by @​premun in
microsoft/vstest#15291
* [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestro[bot] in microsoft/vstest#15283
* Update Microsoft.Build.Utilities.Core by @​Youssef1313 in
microsoft/vstest#15300
* Disable DynamicNative instrumentation by default by @​nohwnd in
microsoft/vstest#15299
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in microsoft/vstest#15293
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in microsoft/vstest#15302
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in microsoft/vstest#15314
* Delete sha1 custom implementation we are not using for a long time by
@​nohwnd in microsoft/vstest#15313
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in microsoft/vstest#15315
* Update branding to 18.3.0 by @​nohwnd in
microsoft/vstest#15321
* [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestro[bot] in microsoft/vstest#15325
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]
in microsoft/vstest#15264
* Revert adding dotnet_host_path workaround by @​nohwnd in
microsoft/vstest#15328
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]
in microsoft/vstest#15338
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in microsoft/vstest#15322
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]
in microsoft/vstest#15343
* Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd
in microsoft/vstest#15352
* [rel/18.3] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestro[bot] in microsoft/vstest#15354
* [rel/18.3] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in microsoft/vstest#15389
* [rel/18.3] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in microsoft/vstest#15400
* Update build tools to 17.11.48 to be source buildable by @​nohwnd in
microsoft/vstest#15310
* Disable publishing on RTM by @​nohwnd in
microsoft/vstest#15296
* Don't access nuget.org for package feeds by @​nohwnd in
microsoft/vstest#15316
* No nuget access fix tests by @​nohwnd in
microsoft/vstest#15317
* Disable Dependabot updates in dependabot.yml by @​mmitche in
microsoft/vstest#15324

## New Contributors
* @​premun made their first contribution in
microsoft/vstest#15291

## 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

* Disable DynamicNative instrumentation by default by @​nohwnd in
microsoft/vstest#15298
* Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by
@​nohwnd in microsoft/vstest#15312

### Internal changes

* Update VersionPrefix to 18.0.1 by @​nohwnd in
microsoft/vstest#15301
* Update build tools to 17.8.43 by @​nohwnd in
microsoft/vstest#15305



**Full Changelog**:
microsoft/vstest@v18.0.0...v18.0.1

## 18.0.0

## What's Changed

* Update reporting formatting by @​martincostello in
microsoft/vstest#15082
* Fix stack trace for Trace.Fail and Debug.Fail by @​nohwnd in
microsoft/vstest#15103
* Add documentation of environment variables by @​Copilot in
microsoft/vstest#15095
* IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for
workingDirectory in signature but throws by @​Copilot in
microsoft/vstest#15091
* Add Dependabot configuration for .NET SDK updates by @​JamieMagee in
microsoft/vstest#15114
* Handle dotnet_root in testhost version aware way by @​nohwnd in
microsoft/vstest#15184
* Add magic bytes validation for Mach-O binaries in DotnetHostHelper by
@​Copilot in microsoft/vstest#15230
* using globbing pattern doesn't work on windows with forward slashes by
@​Copilot in microsoft/vstest#15088
* Remove tpv0 by @​nohwnd in
microsoft/vstest#15247
* Cache AssemblyName in ManagedNameHelper by @​Youssef1313 in
microsoft/vstest#15259
* Add ARM64 support to GetArchitectureForSource methods by @​Copilot in
microsoft/vstest#15278

### Internal fixes and updates

* Fix formatting in two files by @​ViktorHofer in
microsoft/vstest#15047
* Build TestPlatform packages in VMR by @​ViktorHofer in
microsoft/vstest#15055
* Condition property on .NET FX MSBuild by @​jaredpar in
microsoft/vstest#15054
* Migrate to awesome assertions by @​nohwnd in
microsoft/vstest#15056
* Revert "Build TestPlatform packages in VMR" by @​ViktorHofer in
microsoft/vstest#15057
* Update package Category by @​ViktorHofer in
microsoft/vstest#15058
* Revert "Write props of tests into trx" by @​nohwnd in
microsoft/vstest#15080
* Error on unsupported tfms (#​15072) by @​nohwnd in
microsoft/vstest#15073
* Use policies from testfx to align by @​nohwnd in
microsoft/vstest#15085
* Update enable-auto-merge.yml by @​nohwnd in
microsoft/vstest#15102
* Revert ignoring environment test by @​Copilot in
microsoft/vstest#15094
* unignore tests by @​Copilot in
microsoft/vstest#15093
* Update MSTest by @​Youssef1313 in
microsoft/vstest#15108
* Bump dotnet-sdk from 9.0.106 to 9.0.301 by @​dependabot[bot] in
microsoft/vstest#15179
* Use Assert.Equals by @​nohwnd in
microsoft/vstest#15181
* Run VSTest tests with MTP by @​Youssef1313 in
microsoft/vstest#15079
* Use the standard sdk for architecture switch test by @​nohwnd in
microsoft/vstest#15188
* Remove CUIT (Coded UI Test) from NuGet packages and test projects by
@​Copilot in microsoft/vstest#15177
* dump-logs? by @​nohwnd in
microsoft/vstest#15187
* Moving to version 18 by @​nohwnd in
microsoft/vstest#15209
* Update fakes version by @​drognanar in
microsoft/vstest#15227
* Microsoft.Intellitrace.Core should be taken from nuget by @​nohwnd in
microsoft/vstest#15229
* Remove MSTest.Assert.Extensions by @​Youssef1313 in
microsoft/vstest#15178
* Sourcebuild fix by @​nohwnd in
microsoft/vstest#15239
* Set dotnet_root_<arch> only when the architecture of dotnet in the
path is the same by @​nohwnd in
microsoft/vstest#15250
* Remove fakes v1 from FakesUtilities by @​drognanar in
microsoft/vstest#15251
* Update fakes dependencies by @​drognanar in
microsoft/vstest#15254
* Do half the work in GetManagedName by @​Youssef1313 in
microsoft/vstest#15255
* check Vsix only when produced by @​nohwnd in
microsoft/vstest#15261
* Set dotnet_root_<arch> always by @​nohwnd in
microsoft/vstest#15266
* Don't hardcode old vswhere version in global.json by @​akoeplinger in
microsoft/vstest#15267
* Revert dowgrade of fakes by @​nohwnd in
microsoft/vstest#15263
* Update VSSDK to version with code flow guard by @​nohwnd in
microsoft/vstest#15279
* Update Fakes to version with code flow guard by @​nohwnd in
microsoft/vstest#15273
 ... (truncated)

## 17.14.1

## What's Changed
* Error on unsupported target frameworks to prevent silently not running
tests by @​nohwnd in microsoft/vstest#15072 and
microsoft/vstest#15078
* Revert writing additional properties to TRX by @​nohwnd in
microsoft/vstest@47eb51b

**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:

- Updating to the latest VS, and running tests from net6.0 test
projects.
- Updating to the latest .NET SDK, and running tests from net6.0 test
projects.

It also has no impact on .NET Framework projects, where we continue
targeting .NET Framework 4.6.2.

* Drop unsupported frameworks by @​nohwnd in
microsoft/vstest#10565

### Changes

* Adding Process Query Flag For UWP .NET 9 Support by @​adstep in
microsoft/vstest#15003
* Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in
microsoft/vstest#15004
* don't report communication error on discovery abort by @​nohwnd in
microsoft/vstest#14992
* Add dump minitool to vsix by @​nohwnd in
microsoft/vstest#14707
* Make test runners long-path aware (#​5179) by @​peetw in
microsoft/vstest#15014
* Fix trace in DataCollectionRequestSender.cs by @​stan-sz in
microsoft/vstest#15025
* Fix/readme grammar parallelism by @​dellch in
microsoft/vstest#15030
* Add binding redirects by @​nohwnd in
microsoft/vstest#15041
* Write props of tests into trx by @​nohwnd in
microsoft/vstest#14905

### Internal version updates and fixes

* Update io.redist by @​nohwnd in
microsoft/vstest#13872
* Use preview image for public build by @​nohwnd in
microsoft/vstest#13888
* Remove xcopy-msbuild by @​nohwnd in
microsoft/vstest#14138
* Move to macos14 by @​nohwnd in
microsoft/vstest#14137
* Update diagnose.md by @​nohwnd in
microsoft/vstest#14776
* hash with sha2 for mutex lock by @​nohwnd in
microsoft/vstest#14777
* Update test projects for vmr by @​nohwnd in
microsoft/vstest#14894
* 17.14 branding by @​nohwnd in
microsoft/vstest#14903
* Update filter.md for NUnit by @​OsirisTerje in
microsoft/vstest#14987
* Flag netstandard1.x dependencies in source-build by @​ViktorHofer in
microsoft/vstest#14986
* Use VS dependencies versions from release VS to have archived symbols
by @​nohwnd in microsoft/vstest#14991
* Remove extra ; by @​nohwnd in
microsoft/vstest#14995
* Use dependencymodel 6.0.2 by @​nohwnd in
microsoft/vstest#14996
* Make Testhost packable only on Windows by @​mmitche in
microsoft/vstest#15001
* Add system text json to vsix by @​nohwnd in
microsoft/vstest#15034
* Add more files to vsix by @​nohwnd in
microsoft/vstest#15038
* Remove unnecessary CA2022 suppressions by @​Winniexu01 in
microsoft/vstest#15035
* Update package project url by @​mmitche in
microsoft/vstest#15040
 
## New Contributors

* @​OsirisTerje made their first contribution in
microsoft/vstest#14987
* @​adstep made their first contribution in
microsoft/vstest#15003
 ... (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:

- Updating to the latest VS, and running tests from net6.0 test
projects.
- Updating to the latest .NET SDK, and running tests from net6.0 test
projects.

It also has no impact on .NET Framework projects, where we continue
targeting .NET Framework 4.6.2.

* Drop unsupported frameworks by @​nohwnd in
microsoft/vstest#10565


### Changes

* Adding Process Query Flag For UWP .NET 9 Support by @​adstep in
microsoft/vstest#15003
* Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in
microsoft/vstest#15004
* don't report communication error on discovery abort by @​nohwnd in
microsoft/vstest#14992
* Add dump minitool to vsix by @​nohwnd in
microsoft/vstest#14707

### Internal version updates and fixes

* Update io.redist by @​nohwnd in
microsoft/vstest#13872
* Use preview image for public build by @​nohwnd in
microsoft/vstest#13888
* Remove xcopy-msbuild by @​nohwnd in
microsoft/vstest#14138
* Move to macos14 by @​nohwnd in
microsoft/vstest#14137
* Update diagnose.md by @​nohwnd in
microsoft/vstest#14776
* hash with sha2 for mutex lock by @​nohwnd in
microsoft/vstest#14777
* Update test projects for vmr by @​nohwnd in
microsoft/vstest#14894
* 17.14 branding by @​nohwnd in
microsoft/vstest#14903
* Update filter.md for NUnit by @​OsirisTerje in
microsoft/vstest#14987
* Flag netstandard1.x dependencies in source-build by @​ViktorHofer in
microsoft/vstest#14986
* Use VS dependencies versions from release VS to have archived symbols
by @​nohwnd in microsoft/vstest#14991
* Remove extra ; by @​nohwnd in
microsoft/vstest#14995
* Use dependencymodel 6.0.2 by @​nohwnd in
microsoft/vstest#14996
* Make Testhost packable only on Windows by @​mmitche in
microsoft/vstest#15001


### Will probably revert before release:

* Write props of tests into trx by @​nohwnd in
microsoft/vstest#14905
 
## New Contributors

* @​OsirisTerje made their first contribution in
microsoft/vstest#14987
* @​adstep made their first contribution in
microsoft/vstest#15003
* @​Sergio0694 made their first contribution in
microsoft/vstest#15004

**Full Changelog**:
microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

## 17.13.0

## What's Changed

* Add letter number among valid identifiers in class name by @​nohwnd in
microsoft/vstest#13868
* Fix formatting in Runner by @​mthalman in
microsoft/vstest#13871
* Downgrade xunit skip warning to info by @​nohwnd in
microsoft/vstest#10381
* Add msdia for arm64 into nuget by @​nohwnd in
microsoft/vstest#10382
* Enable native debugging for vstest.console by @​ocitrev in
microsoft/vstest#10401

* Fix RFCs links by @​Youssef1313 in
microsoft/vstest#10424
* Convert to auto property by @​nohwnd in
microsoft/vstest#10365
* Update Versions.props by @​nohwnd in
microsoft/vstest#10378
* Enable TSA by @​jakubch1 in
microsoft/vstest#10385
* Arm64 dia by @​nohwnd in
microsoft/vstest#10390
* Update source-build team references by @​MichaelSimons in
microsoft/vstest#10388
* Exclude .signature.p7s from nupkg file count by @​ellahathaway in
microsoft/vstest#10418
* Set NetCurrent so that it doesn't roll forward automatically by
@​ViktorHofer in microsoft/vstest#10622

## New Contributors
* @​ocitrev made their first contribution in
microsoft/vstest#10401
* @​Youssef1313 made their first contribution in
microsoft/vstest#10424

**Full Changelog**:
microsoft/vstest@v17.12.0...v17.13.0

Commits viewable in [compare
view](microsoft/vstest@v17.12.0...v18.5.0).
</details>

Updated
[System.Security.Cryptography.Xml](https://github.com/dotnet/dotnet)
from 9.0.15 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [System.Security.Cryptography.Xml's
releases](https://github.com/dotnet/dotnet/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.103` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).

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.114` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).

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.110` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).

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.5` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).

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.2` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).

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.5` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).

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.116

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.116` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.116/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.116/README.md#building-from-released-sources).

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.115

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.115` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).

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.114

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.114` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).

Attached is the PGP signature for the GitHub generated tarball. You can
find the public key at https://dot.net/release-key-2023

## 9.0.113

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.113` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.112` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.111` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.110` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.109` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).

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.101` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).

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](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet)
from 4.10.0 to 4.11.0.

<details>
<summary>Release notes</summary>

_Sourced from [Testcontainers.MsSql's
releases](https://github.com/testcontainers/testcontainers-dotnet/releases)._

## 4.11.0

# What's Changed

Thanks to all contributors. Once again, really great contributions from
everyone 🤝.

The NuGet packages for this release have been attested for supply chain
security using [`actions/attest`](https://github.com/actions/attest).
This confirms the integrity and provenance of the artifacts and helps
ensure they can be trusted:
[#​21198535](https://github.com/testcontainers/testcontainers-dotnet/attestations/21198535).

Please be aware that we have changed the supported and underlying image
used for the Cosmos DB module. The `latest` tag only supports certain
environments and provides a limited set of features. Microsoft has
introduced a new implementation, `vnext-preview`, which receives more
updates and features. Due to the limitations of the `latest` tag, we
decided to replace it with `vnext-preview`. You find more information
about the image here:
https://github.com/Azure/azure-cosmos-db-emulator-docker.

## ⚠️ Breaking Changes

* feat(CosmosDb): Update base image from latest to vnext-preview
(#​1324) @​NelsonBN

## 🚀 Features

* feat(CosmosDb): Update base image from latest to vnext-preview
(#​1324) @​NelsonBN
* feat: Add typed WithResourceMapping(...) overloads (#​1497) @​cimnine
* feat: Add Seq module (#​1276) @​montanehamilton
* feat(PostgreSql): Add WithSsl builder API (#​1529) @​ozkanpakdil
* feat: Add Temporal module (#​1635) @​bgener
* feat: Add module connection string provider (#​1632) @​HofmeisterAn
* fead: Add default container connection string provider (#​1630)
@​HofmeisterAn
* feat(ServiceBus): Add method to get HTTP connection string (#​1622)
@​NelsonBN

## 🐛 Bug Fixes

* fix(MongoDb): Wait for post-init startup readiness before replica set
initiation (#​1656) @​HofmeisterAn
* fix(Seq): Assert connection string provider (#​1645) @​HofmeisterAn
* fix(EventHubs): Ignore runtime property to support reuse (#​1644)
@​franciscosamuel
* fix(ServiceBus): Ignore runtime property to support reuse (#​1643)
@​franciscosamuel
* fix(ResourceReaper): Set wait strategy (#​1634) @​HofmeisterAn
* fix(ServiceBus): Workaround health API timeout (#​1625) @​HofmeisterAn
* fix: Do not set console buffer width (ConsoleLogger) (#​1623)
@​HofmeisterAn
* fix(EventHubs): Workaround health API timeout (#​1624) @​HofmeisterAn

## 📖 Documentation

* docs(CosmosDb): Replace unsupported tag 'latest' with 'vnext-preview'
(#​1660) @​HofmeisterAn
* docs(Redis): Add example (#​1641) @​HofmeisterAn

## 🧹 Housekeeping

* chore(examples): Enable NuGet restore lock mode (#​1659)
@​HofmeisterAn
* chore: Pin image digest (#​1658) @​HofmeisterAn
* fix: Run OpenSSF Scorecard only on default branch (#​1657)
@​HofmeisterAn
* chore: Remove Git LFS tracking for .snk (#​1655) @​HofmeisterAn
* feat: Enable Dependabot for NuGet (repo) (#​1654) @​HofmeisterAn
* feat: Enable Dependabot for NuGet (src) (#​1653) @​HofmeisterAn
* fix: Replace branch protection with ruleset (#​1652) @​HofmeisterAn
* fix: Do not enforce policies for admins (#​1651) @​HofmeisterAn
* fix: Remove missing labels from Dependabot (#​1650) @​HofmeisterAn
 ... (truncated)

Commits viewable in [compare
view](testcontainers/testcontainers-dotnet@4.10.0...4.11.0).
</details>

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will 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 version` will 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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ghostdog02 added a commit to Ghostdog02/Lexiq that referenced this pull request Apr 23, 2026
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updated
[FluentAssertions](https://github.com/fluentassertions/fluentassertions)
from 8.8.0 to 8.9.0.

<details>
<summary>Release notes</summary>

_Sourced from [FluentAssertions's
releases](https://github.com/fluentassertions/fluentassertions/releases)._

## 8.9.0

<!-- Release notes generated using configuration in .github/release.yml
at main -->

## What's Changed
### New features
* Add support for `Span<T>`, `ReadOnlySpan<T>`, `Memory<T>` and
`ReadOnlyMemory<T>` by @​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3172
### Improvements
* Allow excluding all properties by type from `BeEquivalentTo` by
@​Copilot in
https://github.com/fluentassertions/fluentassertions/pull/3115
* Clean-up the stack trace when throwing an assertion failure by
@​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3152
* Improve reporting the differences between differently sized
collections in `BeEquivalentTo` by @​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3133
* Improve reporting the subject when chaining `Throw` and `Which` by
@​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3160
* Add `HaveMillisecond`/`NotHaveMillisecond` assertion methods for
`DateTime` and `DateTimeOffset` by @​Copilot in
https://github.com/fluentassertions/fluentassertions/pull/3164
* Add `BeEqualTo` and `NotBeEqualTo` as collection assertion aliases by
@​Copilot in
https://github.com/fluentassertions/fluentassertions/pull/3166
### Fixes
* Fix formatting exception when comparing strings containing braces by
@​Copilot in
https://github.com/fluentassertions/fluentassertions/pull/3151
### Documentation
* Also mention the global configuration options in the docs. by
@​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3132
* Add xUnit migration tips by @​fuguiKz in
https://github.com/fluentassertions/fluentassertions/pull/3141
* Point the docs to the new site by @​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3155
* Added missing release notes by @​dennisdoomen in
https://github.com/fluentassertions/fluentassertions/pull/3161
* Fix "an" vs "a" typos by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3174
### Others
* Bump actions/download-artifact from 5 to 6 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3116
* Bump cspell from 9.2.1 to 9.2.2 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3118
* Bump actions/upload-artifact from 4 to 5 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3117
* Add NuGet package attestations using GitHub provenance by @​Copilot in
https://github.com/fluentassertions/fluentassertions/pull/3119
* Bump cspell from 9.2.2 to 9.3.0 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3122
* Bump actions/attest-build-provenance from 2 to 3 by @​dependabot[bot]
in https://github.com/fluentassertions/fluentassertions/pull/3121
* fix qodana warnings by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3123
* Update nuget packages by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3124
* Bump cspell from 9.3.0 to 9.3.2 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3125
* Bump actions/checkout from 5 to 6 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3127
* Update to NET 10 SDK by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3128
* Use `==` or `!=` when comparing Nullable<T> against constants by
@​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3129
* Create polyfill for `string.Create` by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3130
* Bump cspell from 9.3.2 to 9.4.0 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3131
* Bump actions/cache from 4 to 5 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3136
* Bump actions/upload-artifact from 5 to 6 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3135
* Bump actions/download-artifact from 6 to 7 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3134
* Cleanups by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3137
* Nuget updates by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3139
* Suppress `UnassignedGetOnlyAutoProperty` for `Node.GetHashCode` by
@​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3138
* Use `NonReadonlyMemberInGetHashCode` by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3140
* Bump JetBrains/qodana-action from 2025.2 to 2025.3 by
@​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3142
* Use compiler-generated `paramName` parameter by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3143
* Fix `When_concurrently_getting_equality_strategy_it_should_not_throw`
by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3144
* Bump cspell from 9.4.0 to 9.6.0 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3146
* Bump cspell from 9.6.0 to 9.6.2 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3153
* Polyfill string builder appending by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3156
* Bump cspell from 9.6.2 to 9.6.4 by @​dependabot[bot] in
https://github.com/fluentassertions/fluentassertions/pull/3157
* Bump F# to 8.0 to compile with .NET 11 SDK by @​jnyrup in
https://github.com/fluentassertions/fluentassertions/pull/3159
 ... (truncated)

Commits viewable in [compare
view](https://github.com/fluentassertions/fluentassertions/compare/8.8.0...8.9.0).
</details>

Updated
[Google.Apis.Auth](https://github.com/googleapis/google-api-dotnet-client)
from 1.72.0 to 1.73.0.

<details>
<summary>Release notes</summary>

_Sourced from [Google.Apis.Auth's
releases](https://github.com/googleapis/google-api-dotnet-client/releases)._

## 1.73.0

Features:
- #​3064 Adds methods to load a credential by specifying the type and
either file path or json string.
- #​3059 Supports loading scopes for impersonated credentials from new
optional `scopes` field.

Commits viewable in [compare
view](https://github.com/googleapis/google-api-dotnet-client/compare/v1.72.0...v1.73.0).
</details>

Updated
[Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.AspNetCore.Authentication.JwtBearer's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.AspNetCore.Identity.EntityFrameworkCore's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.AspNetCore.Mvc.Testing's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.AspNetCore.OpenApi's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient)
from 6.1.2 to 7.0.0.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Data.SqlClient's
releases](https://github.com/dotnet/sqlclient/releases)._

## 7.0.0

This is the general availability release of **Microsoft.Data.SqlClient
7.0**, a major milestone for the .NET data provider for SQL Server. This
release addresses the most upvoted issue in the repository's history —
extracting Azure dependencies from the core package — introduces
pluggable SSPI authentication, adds enhanced routing for Azure SQL
Hyperscale, and delivers async read performance improvements.

Also released as part of this milestone:
- Released Microsoft.Data.SqlClient.Extensions.Abstractions 1.0.0. See
[release notes](../Extensions/Abstractions/1.0/1.0.0.md).
- Released Microsoft.Data.SqlClient.Extensions.Azure 1.0.0. See [release
notes](../Extensions/Azure/1.0/1.0.0.md).
- Released Microsoft.Data.SqlClient.Internal.Logging 1.0.0. See [release
notes](../Internal/Logging/1.0/1.0.0.md).
- Released
Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 7.0.0.
See [release notes](../add-ons/AzureKeyVaultProvider/7.0/7.0.0.md).

## Changes Since [7.0.0-preview4](7.0.0-preview4.md)

### Added

- Added actionable error message when Entra ID authentication methods
are used without the `Microsoft.Data.SqlClient.Extensions.Azure` package
installed, guiding users to install the correct package.
([#​3962](https://github.com/dotnet/SqlClient/issues/3962),
[#​4046](https://github.com/dotnet/SqlClient/pull/4046))
- Added Azure authentication sample application.
([#​3988](https://github.com/dotnet/SqlClient/pull/3988))

### Changed

#### Other changes

- Renamed the `Microsoft.Data.SqlClient.Extensions.Logging` package to
`Microsoft.Data.SqlClient.Internal.Logging` to indicate it is for
internal use only and should not be referenced directly by application
code. ([#​4038](https://github.com/dotnet/SqlClient/pull/4038))
- Fixed non-localized exception strings.
([#​4022](https://github.com/dotnet/SqlClient/pull/4022))
- Codebase merge and cleanup:
([#​3997](https://github.com/dotnet/SqlClient/pull/3997),
[#​4052](https://github.com/dotnet/SqlClient/pull/4052))
- Various test improvements:
([#​3891](https://github.com/dotnet/SqlClient/pull/3891),
[#​3996](https://github.com/dotnet/SqlClient/pull/3996),
[#​4002](https://github.com/dotnet/SqlClient/pull/4002),
[#​4034](https://github.com/dotnet/SqlClient/pull/4034),
[#​4041](https://github.com/dotnet/SqlClient/pull/4041),
[#​4044](https://github.com/dotnet/SqlClient/pull/4044))
- Documentation improvements (including Entra ID branding updates):
([#​4021](https://github.com/dotnet/SqlClient/pull/4021),
[#​4047](https://github.com/dotnet/SqlClient/pull/4047),
[#​4049](https://github.com/dotnet/SqlClient/pull/4049))
- Updated Dependencies
([#​4045](https://github.com/dotnet/SqlClient/pull/4045)):
  - Updated `Azure.Core` to v1.51.1
  - Updated `Azure.Identity` to v1.18.0
  - Updated `Azure.Security.KeyVault.Keys` to v4.9.0
  - Updated `Microsoft.Extensions.Caching.Memory` to v9.0.13 (.NET 9.0)
  - Updated `Microsoft.IdentityModel.JsonWebTokens` to v8.16.0
  - Updated `Microsoft.IdentityModel.Protocols.OpenIdConnect` to v8.16.0
  - Updated `Microsoft.Bcl.Cryptography` to v9.0.13 (.NET 9.0)
- Updated `System.Configuration.ConfigurationManager` to v9.0.13 (.NET
9.0)
  - Updated `System.Diagnostics.DiagnosticSource` to v10.0.3
  - Updated `System.Security.Cryptography.Pkcs` to v9.0.13 (.NET 9.0)
  - Updated `System.Text.Json` to v10.0.3
  - Updated `System.Threading.Channels` to v10.0.3
  - Updated `System.ValueTuple` to v4.6.2

## Cumulative Changes Since [6.1](../6.1/README.md)

This section summarizes all changes across the 7.0 preview cycle for
users upgrading from the latest 6.1 stable release.

### Changed

#### Azure Dependencies Removed from Core Package

*What Changed:*

- The core `Microsoft.Data.SqlClient` package no longer depends on
`Azure.Core`, `Azure.Identity`, or their transitive dependencies (e.g.,
`Microsoft.Identity.Client`, `Microsoft.Web.WebView2`). Azure Active
Directory / Entra ID authentication functionality
(`ActiveDirectoryAuthenticationProvider` and related types) has been
extracted into a new `Microsoft.Data.SqlClient.Extensions.Azure`
package. ([#​1108](https://github.com/dotnet/SqlClient/issues/1108),
[#​3680](https://github.com/dotnet/SqlClient/pull/3680),
[#​3902](https://github.com/dotnet/SqlClient/pull/3902),
[#​3904](https://github.com/dotnet/SqlClient/pull/3904),
[#​3908](https://github.com/dotnet/SqlClient/pull/3908),
[#​3917](https://github.com/dotnet/SqlClient/pull/3917),
[#​3982](https://github.com/dotnet/SqlClient/pull/3982),
[#​3978](https://github.com/dotnet/SqlClient/pull/3978),
[#​3986](https://github.com/dotnet/SqlClient/pull/3986))
 ... (truncated)

## 7.0.0-preview4

### Changed

#### Azure Dependencies Removed from Core Package

*What Changed:*

- The core `Microsoft.Data.SqlClient` package no longer depends on
`Azure.Core`, `Azure.Identity`, or their transitive dependencies (e.g.,
`Microsoft.Identity.Client`, `Microsoft.Web.WebView2`). Azure Active
Directory / Entra authentication functionality
(`ActiveDirectoryAuthenticationProvider` and related types) has been
extracted into a new `Microsoft.Data.SqlClient.Extensions.Azure` package
that can be installed separately when needed.
([#​1108](https://github.com/dotnet/SqlClient/issues/1108),
[#​3680](https://github.com/dotnet/SqlClient/pull/3680),
[#​3902](https://github.com/dotnet/SqlClient/pull/3902),
[#​3904](https://github.com/dotnet/SqlClient/pull/3904),
[#​3908](https://github.com/dotnet/SqlClient/pull/3908),
[#​3917](https://github.com/dotnet/SqlClient/pull/3917),
[#​3982](https://github.com/dotnet/SqlClient/pull/3982),
[#​3978](https://github.com/dotnet/SqlClient/pull/3978),
[#​3986](https://github.com/dotnet/SqlClient/pull/3986))
- To support this separation, two additional packages were introduced:
`Microsoft.Data.SqlClient.Extensions.Abstractions` (shared types between
the core driver and extensions) and
`Microsoft.Data.SqlClient.Extensions.Logging` (shared ETW tracing
infrastructure).
([#​3626](https://github.com/dotnet/SqlClient/pull/3626),
[#​3628](https://github.com/dotnet/SqlClient/pull/3628),
[#​3967](https://github.com/dotnet/SqlClient/pull/3967))

*Who Benefits:*

- All users benefit from a significantly lighter core package.
Previously, the Azure dependency chain pulled in numerous assemblies
(including `Azure.Core`, `Azure.Identity`, `Microsoft.Identity.Client`,
and `Microsoft.Web.WebView2`) even for applications that only needed
basic SQL Server connectivity. This was the most upvoted open issue in
the repository
([#​1108](https://github.com/dotnet/SqlClient/issues/1108)).
- Users who do not use Azure AD authentication no longer carry
Azure-related assemblies in their build output, reducing deployment size
and eliminating confusion about unexpected dependencies.
- Users who do use Azure AD authentication can now manage Azure
dependency versions independently from the core driver.

*Impact:*

- Applications using Azure AD authentication (e.g.,
`ActiveDirectoryPassword`, `ActiveDirectoryInteractive`,
`ActiveDirectoryDefault`, etc.) must now install the
`Microsoft.Data.SqlClient.Extensions.Azure` NuGet package separately. No
code changes are required beyond adding the package reference.

### Added

#### Expose SSPI Context Provider as Public API

*What Changed:*

- Added the `SspiContextProvider` abstract class and a public
`SspiContextProvider` property on `SqlConnection`, allowing applications
to supply a custom SSPI context provider for integrated authentication.
This enables custom Kerberos ticket negotiation and NTLM
username/password authentication scenarios that the driver does not
natively support.
([#​2253](https://github.com/dotnet/SqlClient/issues/2253),
[#​2494](https://github.com/dotnet/SqlClient/pull/2494))

*Who Benefits:*

- Users authenticating across untrusted domains, non-domain-joined
machines, or cross-platform environments where configuring integrated
authentication on the client is difficult or impossible.
- Users running in containers who need manual Kerberos negotiation
without deploying sidecars or external ticket-refresh mechanisms.
- Users who need NTLM username/password authentication to SQL Server,
which the driver does not provide natively.

*Impact:*

- Applications can set a custom `SspiContextProvider` on `SqlConnection`
before opening the connection. The provider handles the authentication
token exchange during integrated authentication. This is an additive API
— existing authentication behavior is unchanged when no custom provider
is set. See
[SspiContextProvider_CustomProvider.cs](../../doc/samples/SspiContextProvider_CustomProvider.cs)
for a sample implementation.
- **Note:** The `SspiContextProvider` is a part of the connection pool
key. Care should be taken when using this property to ensure the
implementation returns a stable identity per resource.

#### Expose Default Transient Error List

*What Changed:*

- Exposed the default transient error codes list via the new
`SqlConfigurableRetryFactory.BaselineTransientErrors` static property
(returns a `ReadOnlyCollection<int>`), making it easier to extend the
set of transient errors without copy-pasting from the repository source.
([#​3903](https://github.com/dotnet/SqlClient/pull/3903))

*Who Benefits:*

- Developers implementing custom retry logic who want to extend the
built-in transient error list rather than replacing it.

*Impact:*

 ... (truncated)

## 7.0.0-preview3

## Preview Release 7.0.0-preview3.25342.7 - December 8, 2025

### Added

#### Support for .NET 10

*What Changed:*

- Updated pipelines and test suites to compile the driver using the .NET
10 SDK. Cleaned up unnecessary dependency references.
  ([#​3686](https://github.com/dotnet/SqlClient/pull/3686))

*Who Benefits:*

- Developers targeting .NET 10.

*Impact:*

- Addressed .NET 10 warnings regarding unused/unnecessary dependencies.

#### Enable SqlClientDiagnosticListener in SqlCommand on .NET Framework

*What Changed:*

- Enabled SqlClientDiagnosticListener functionality on SqlCommand for
.NET Framework.
  ([#​3658](https://github.com/dotnet/SqlClient/pull/3658))

*Who Benefits:*

- Developers requiring diagnostic information on .NET Framework.

*Impact:*

- Improved observability and diagnostics for SqlCommand on .NET
Framework.

#### Enable User Agent Extension

*What Changed:*

- Enabled User Agent Feature Extension.
  ([#​3606](https://github.com/dotnet/SqlClient/pull/3606))

*Who Benefits:*

- Telemetry and diagnostics consumers.

*Impact:*

- When the `Switch.Microsoft.Data.SqlClient.EnableUserAgent` app context
switch is enabled, the driver sends more detailed user agent strings.
This switch is disabled by default. This change will assist with
troubleshooting and quantifying driver usage by version and operating
system.

### Fixed
 ... (truncated)

## 7.0.0-preview2

This update brings the following changes since the
[7.0.0-preview1](7.0.0-preview1.md) release:

### Bug Fixes

- Fixed a debug assertion in connection pool (no impact to production
code) ([#​3587](https://github.com/dotnet/SqlClient/pull/3587))
- Prevent uninitialized performance counters escaping
`CreatePerformanceCounters`
([#​3623](https://github.com/dotnet/SqlClient/pull/3623))
- Fix SetProvider to return immediately if user-defined authentication
provider found ([#​3620](https://github.com/dotnet/SqlClient/pull/3620))
- Allow SqlBulkCopy to operate on hidden columns
([#​3590](https://github.com/dotnet/SqlClient/pull/3590))
- Fix connection pool concurrency issue
([#​3632](https://github.com/dotnet/SqlClient/pull/3632))

### Added

#### App Context Switch for Ignoring Server-Provided Failover Partner

*What Changed:*

- A new app context switch
`Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner`
was introduced to let the client ignore server-provided failover partner
info in Basic Availability Groups (BAGs). When the switch is enabled,
only the failover partner specified in the connection string is used;
server-supplied partner values are skipped. This context switch was
introduced in PR
[#​3625](https://github.com/dotnet/SqlClient/pull/3625).

*Who Benefits:*

- Applications connecting to SQL Server BAGs using TCP and custom ports,
especially where the server's provided partner name lacks the protocol,
host, or port. This avoids connection failures when the server-provided
partner is incompatible or incomplete.
- Teams who manage availability groups and rely on client-side control
of failover behavior in heterogeneous networking environments.

*Impact:*

- If your environment might be affected (i.e., you operate a BAG with
custom ports, or have experienced failures after failover), you can
enable the new switch in your application:

```
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner", true);
```

- Then, ensure your connection string includes your preferred failover
partner (with correct `tcp:host,port`) so that the client uses that
instead of the server's suggestion.
- Without enabling this, by default, the client continues to prefer the
server-provided partner, maintaining backwards compatibility.

#### Other Additions

- Add app context switch for enabling asynchronous multi-packet
improvements ([#​3605](https://github.com/dotnet/SqlClient/pull/3605))

### Changed

#### Deprecation of `SqlAuthenticationMethod.ActiveDirectoryPassword`

*What Changed:*

- Username/Password authentication for Microsoft Entra (formerly Active
Directory) has been deprecated.
`SqlAuthenticationMethod.ActiveDirectoryPassword` is now marked as
`[Obsolete]`. This change occurred in PR
[#​3671](https://github.com/dotnet/SqlClient/pull/3671)

*Who benefits:*

- Teams moving toward stronger, passwordless or MFA-compliant auth (in
line with changes across MSAL/Azure.Identity and Entra MFA enforcement).
This aligns Microsoft.Data.SqlClient with Microsoft's direction to avoid
username/password (ROPC) flows. See
https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication
for more explanation of why this change is being made across Microsoft
products/services.

 ... (truncated)

## 7.0.0-preview1

## Changes Since
[6.1.0](https://github.com/dotnet/SqlClient/blob/main/release-notes/6.1/6.1.0.md)

This update brings the following changes since the
[6.1.0](https://github.com/dotnet/SqlClient/blob/main/release-notes/6.1/6.1.0.md)
release:

### Breaking Changes

- Removed `Constrained Execution Region` error handling blocks and
associated `SqlConnection` cleanup which may affect how
potentially-broken connections are expunged from the pool.
([#​3535](https://github.com/dotnet/SqlClient/pull/3535))

### Bug Fixes

- Packet multiplexing disabled by default, and several bug fixes.
([#​3534](https://github.com/dotnet/SqlClient/pull/3534),
[#​3537](https://github.com/dotnet/SqlClient/pull/3537))

### Added

- `SqlColumnEncryptionCertificateStoreProvider` now works on Windows,
Linux, and macOS.
([#​3014](https://github.com/dotnet/SqlClient/pull/3014))

### Changed

- Updated `SqlVector.Null` to return a nullable `SqlVector` instance in
the reference API to match the implementation.
([#​3521](https://github.com/dotnet/SqlClient/pull/3521))

- Performance improvements for all built-in
`SqlColumnEncryptionKeyStoreProvider` implementations.
([#​3554](https://github.com/dotnet/SqlClient/pull/3554))

- Various test improvements.
([#​3456](https://github.com/dotnet/SqlClient/pull/3456),
[#​2968](https://github.com/dotnet/SqlClient/pull/2968),
[#​3458](https://github.com/dotnet/SqlClient/pull/3458),
[#​3494](https://github.com/dotnet/SqlClient/pull/3494),
[#​3559](https://github.com/dotnet/SqlClient/pull/3559),
[#​3575](https://github.com/dotnet/SqlClient/pull/3575))

- Codebase merge project and related cleanup.
([#​3436](https://github.com/dotnet/SqlClient/pull/3436),
[#​3434](https://github.com/dotnet/SqlClient/pull/3434),
[#​3448](https://github.com/dotnet/SqlClient/pull/3448),
[#​3454](https://github.com/dotnet/SqlClient/pull/3454),
[#​3462](https://github.com/dotnet/SqlClient/pull/3462),
[#​3435](https://github.com/dotnet/SqlClient/pull/3435),
[#​3492](https://github.com/dotnet/SqlClient/pull/3492),
[#​3473](https://github.com/dotnet/SqlClient/pull/3473),
[#​3469](https://github.com/dotnet/SqlClient/pull/3469),
[#​3394](https://github.com/dotnet/SqlClient/pull/3394),
[#​3493](https://github.com/dotnet/SqlClient/pull/3493),
[#​3593](https://github.com/dotnet/SqlClient/pull/3593))

- Documentation improvements.
([#​3490](https://github.com/dotnet/SqlClient/pull/3490))

- Updated `Azure.Identity` dependency to v1.14.2.
([#​3538](https://github.com/dotnet/SqlClient/pull/3538))

## Changes Since
[6.0.2](https://github.com/dotnet/SqlClient/blob/main/release-notes/6.0/6.0.2.md)

This update brings the following changes since the
[6.0.2](https://github.com/dotnet/SqlClient/blob/main/release-notes/6.0/6.0.2.md)
release. Changes already noted above are omitted:

### Additions

#### Added dedicated SQL Server vector datatype support

*What Changed:*

- Optimized vector communications between MDS and SQL Server 2025,
employing a custom binary format over the TDS protocol.
([#​3433](https://github.com/dotnet/SqlClient/pull/3433),
[#​3443](https://github.com/dotnet/SqlClient/pull/3443))
- Reduced processing load compared to existing JSON-based vector
support.
- Initial support for 32-bit single-precision floating point vectors.

*Who Benefits:*

- Applications moving large vector data sets will see beneficial
improvements to processing times and memory requirements.
- Vector-specific APIs are ready to support future numeric
representations with a consistent look-and-feel.

*Impact:*
 ... (truncated)

## 6.1.4

This update brings the following changes since the
[6.1.3](https://github.com/dotnet/SqlClient/blob/main/release-notes/6.1/6.1.3.md)
release:

### Fixed

- Fixed NullReferenceException issue with `SqlDataAdapter` when
processing batch scenarios where certain SQL RPC calls may not include
system parameters.
  ([#​3877](https://github.com/dotnet/SqlClient/pull/3877))
- Fixed connection pooling issue where extra connection deactivation was
causing active connection counts to go negative.
  ([#​3776](https://github.com/dotnet/SqlClient/pull/3776))

### Added

#### AppContext Switch for enabling MultiSubnetFailover

*What Changed:*

- Added new AppContext switch
`Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault` to
set `MultiSubnetFailover=true` by default in connection string.
  ([#​3851](https://github.com/dotnet/SqlClient/pull/3851))

*Who Benefits:*

- Applications that need MultiSubnetFailover enabled globally without
modifying connection strings.

*Impact:*

- Applications can now enable MultiSubnetFailover globally using one of
the following methods:

```c#
// In application code
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault", true);
```

```json
// In runtimeconfig.json
{
  "configProperties": {
    "Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault": true
  }
}
```

```xml
<!-- In App.Config -->
<runtime>
  <AppContextSwitchOverrides value="Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault=true" />
</runtime>
```

### Changed

- Optimized `SqlStatistics` execution timing by using
`Environment.TickCount` instead of more expensive timing mechanisms.
 ... (truncated)

## 6.1.3

This update includes the following changes since the
[6.1.2](https://github.com/dotnet/SqlClient/blob/main/release-notes/6.1/6.1.2.md)
release:

### Added

#### App Context Switch for Ignoring Server-Provided Failover Partner

*What Changed:*

- A new app context switch
`Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner`
was introduced to let the client ignore server-provided failover partner
info in Basic Availability Groups (BAGs). When the switch is enabled,
only the failover partner specified in the connection string is used;
server-supplied partner values are skipped. This context switch was
introduced in PR
[#​3702](https://github.com/dotnet/SqlClient/pull/3702).

*Who Benefits:*

- Applications connecting to SQL Server BAGs using TCP and custom ports,
especially where the server's provided partner name lacks the protocol,
host, or port. This avoids connection failures when the server-provided
partner is incompatible or incomplete.
- Teams who manage availability groups and rely on client-side control
of failover behavior in heterogeneous networking environments.

*Impact:*

- If your environment might be affected (i.e., you operate a BAG with
custom ports, or have experienced failures after failover), you can
enable the new switch in your application:

```c#
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner", true);
```

- Then, ensure your connection string includes your preferred failover
partner (with correct `tcp:host,port`) so that the client uses that
instead of the server's suggestion.
- Without enabling this, by default, the client continues to prefer the
server-provided partner, maintaining backwards compatibility.

### Fixed

- Fixed an issue to ensure reliable metrics initialization during
startup, preventing missed telemetry when EventSource is enabled early.
([#​3718](https://github.com/dotnet/SqlClient/pull/3718))

## Target Platform Support

- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM,
Linux, macOS)

### Dependencies

#### .NET Framework 4.6.2+

- Azure.Core 1.47.1
- Azure.Identity 1.14.2
- Microsoft.Bcl.Cryptography 8.0.0
- Microsoft.Data.SqlClient.SNI 6.0.2
- Microsoft.Extensions.Caching.Memory 8.0.1
- Microsoft.IdentityModel.JsonWebTokens 7.7.1
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
- System.Buffers 4.5.1
- System.Data.Common 4.3.0
- System.Security.Cryptography.Pkcs 8.0.1
- System.Text.Encodings.Web 8.0.0
 ... (truncated)

Commits viewable in [compare
view](https://github.com/dotnet/sqlclient/compare/v6.1.2...v7.0.0).
</details>

Updated
[Microsoft.EntityFrameworkCore](https://github.com/dotnet/dotnet) from
10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore.Design's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore.SqlServer's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore.Tools's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.Extensions.Configuration](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Configuration's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.Extensions.Configuration.FileExtensions](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Configuration.FileExtensions's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/dotnet)
from 10.0.0 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Configuration.Json's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.Extensions.Http](https://github.com/dotnet/dotnet)
from 10.0.3 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Http's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated
[Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/dotnet)
from 10.0.3 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.Logging.Abstractions's
releases](https://github.com/dotnet/dotnet/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest)
from 17.12.0 to 18.5.0.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.NET.Test.Sdk's
releases](https://github.com/microsoft/vstest/releases)._

## 18.5.0

## What's Changed
* Add runtime configs by @​nohwnd in
https://github.com/microsoft/vstest/pull/15377
* Add net8.0 target for TranslationLayer by @​nohwnd in
https://github.com/microsoft/vstest/pull/15375
* Determine architecture of remote process on windows by @​nohwnd in
https://github.com/microsoft/vstest/pull/15396
* Updating System.Collections.Immutable package reference to version
9.0.0 by @​MSLukeWest in https://github.com/microsoft/vstest/pull/15392
* Dump via netcore tool on windows by @​nohwnd in
https://github.com/microsoft/vstest/pull/15397
* Fix answer file splitting by @​nohwnd in
https://github.com/microsoft/vstest/pull/15381
* Run tests against vsix runner by @​nohwnd in
https://github.com/microsoft/vstest/pull/15419

**Full Changelog**:
https://github.com/microsoft/vstest/compare/v18.4.0...v18.5.0

## 18.4.0

## What's Changed
* Add LoongArch64 support by @​stdmnpkg in
https://github.com/microsoft/vstest/pull/15359

* Refactor Condition evaluation by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15357
* Adding info on extensions points part 1 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15360
* Add option to ask for uploading code QL before the standard window
ends by @​nohwnd in https://github.com/microsoft/vstest/pull/15373
* Update runtime versions by @​nohwnd in
https://github.com/microsoft/vstest/pull/15372
* Fix .NET 10 regression for traits by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15370
* Update target frameworks to net10.0 and net11.0 by
@​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15349
* Fix names in pipeline matrix so we don't have to align them by
@​nohwnd in https://github.com/microsoft/vstest/pull/15365
* Update SECURITY.md by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15342

## New Contributors
* @​stdmnpkg made their first contribution in
https://github.com/microsoft/vstest/pull/15359

**Full Changelog**:
https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0

## 18.3.0

## What's Changed

* Fix answer file splitting by @​nohwnd in
https://github.com/microsoft/vstest/pull/15306

## Internal fixes and updates

* Bump branding to 18.1 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15286
* Remove stale copy of S.ComponentModel.Composition from testplatform
packages by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/15287
* Update codeflow metadata to fix backflow by @​premun in
https://github.com/microsoft/vstest/pull/15291
* [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283
* Update Microsoft.Build.Utilities.Core by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15300
* Disable DynamicNative instrumentation by default by @​nohwnd in
https://github.com/microsoft/vstest/pull/15299
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15293
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15302
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15314
* Delete sha1 custom implementation we are not using for a long time by
@​nohwnd in https://github.com/microsoft/vstest/pull/15313
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15315
* Update branding to 18.3.0 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15321
* [main] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15264
* Revert adding dotnet_host_path workaround by @​nohwnd in
https://github.com/microsoft/vstest/pull/15328
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15338
* [main] Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15322
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]
in https://github.com/microsoft/vstest/pull/15343
* Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd
in https://github.com/microsoft/vstest/pull/15352
* [rel/18.3] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15354
* [rel/18.3] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15389
* [rel/18.3] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400
* Update build tools to 17.11.48 to be source buildable by @​nohwnd in
https://github.com/microsoft/vstest/pull/15310
* Disable publishing on RTM by @​nohwnd in
https://github.com/microsoft/vstest/pull/15296
* Don't access nuget.org for package feeds by @​nohwnd in
https://github.com/microsoft/vstest/pull/15316
* No nuget access fix tests by @​nohwnd in
https://github.com/microsoft/vstest/pull/15317
* Disable Dependabot updates in dependabot.yml by @​mmitche in
https://github.com/microsoft/vstest/pull/15324

## New Contributors
* @​premun made their first contribution in
https://github.com/microsoft/vstest/pull/15291

## 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

* Disable DynamicNative instrumentation by default by @​nohwnd in
https://github.com/microsoft/vstest/pull/15298
* Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by
@​nohwnd in https://github.com/microsoft/vstest/pull/15312

### Internal changes

* Update VersionPrefix to 18.0.1 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15301
* Update build tools to 17.8.43 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15305



**Full Changelog**:
https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1

## 18.0.0

## What's Changed

* Update reporting formatting by @​martincostello in
https://github.com/microsoft/vstest/pull/15082
* Fix stack trace for Trace.Fail and Debug.Fail by @​nohwnd in
https://github.com/microsoft/vstest/pull/15103
* Add documentation of environment variables by @​Copilot in
https://github.com/microsoft/vstest/pull/15095
* IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for
workingDirectory in signature but throws by @​Copilot in
https://github.com/microsoft/vstest/pull/15091
* Add Dependabot configuration for .NET SDK updates by @​JamieMagee in
https://github.com/microsoft/vstest/pull/15114
* Handle dotnet_root in testhost version aware way by @​nohwnd in
https://github.com/microsoft/vstest/pull/15184
* Add magic bytes validation for Mach-O binaries in DotnetHostHelper by
@​Copilot in https://github.com/microsoft/vstest/pull/15230
* using globbing pattern doesn't work on windows with forward slashes by
@​Copilot in https://github.com/microsoft/vstest/pull/15088
* Remove tpv0 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15247
* Cache AssemblyName in ManagedNameHelper by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15259
* Add ARM64 support to GetArchitectureForSource methods by @​Copilot in
https://github.com/microsoft/vstest/pull/15278

### Internal fixes and updates

* Fix formatting in two files by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/15047
* Build TestPlatform packages in VMR by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/15055
* Condition property on .NET FX MSBuild by @​jaredpar in
https://github.com/microsoft/vstest/pull/15054
* Migrate to awesome assertions by @​nohwnd in
https://github.com/microsoft/vstest/pull/15056
* Revert "Build TestPlatform packages in VMR" by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/15057
* Update package Category by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/15058
* Revert "Write props of tests into trx" by @​nohwnd in
https://github.com/microsoft/vstest/pull/15080
* Error on unsupported tfms (#​15072) by @​nohwnd in
https://github.com/microsoft/vstest/pull/15073
* Use policies from testfx to align by @​nohwnd in
https://github.com/microsoft/vstest/pull/15085
* Update enable-auto-merge.yml by @​nohwnd in
https://github.com/microsoft/vstest/pull/15102
* Revert ignoring environment test by @​Copilot in
https://github.com/microsoft/vstest/pull/15094
* unignore tests by @​Copilot in
https://github.com/microsoft/vstest/pull/15093
* Update MSTest by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15108
* Bump dotnet-sdk from 9.0.106 to 9.0.301 by @​dependabot[bot] in
https://github.com/microsoft/vstest/pull/15179
* Use Assert.Equals by @​nohwnd in
https://github.com/microsoft/vstest/pull/15181
* Run VSTest tests with MTP by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15079
* Use the standard sdk for architecture switch test by @​nohwnd in
https://github.com/microsoft/vstest/pull/15188
* Remove CUIT (Coded UI Test) from NuGet packages and test projects by
@​Copilot in https://github.com/microsoft/vstest/pull/15177
* dump-logs? by @​nohwnd in
https://github.com/microsoft/vstest/pull/15187
* Moving to version 18 by @​nohwnd in
https://github.com/microsoft/vstest/pull/15209
* Update fakes version by @​drognanar in
https://github.com/microsoft/vstest/pull/15227
* Microsoft.Intellitrace.Core should be taken from nuget by @​nohwnd in
https://github.com/microsoft/vstest/pull/15229
* Remove MSTest.Assert.Extensions by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15178
* Sourcebuild fix by @​nohwnd in
https://github.com/microsoft/vstest/pull/15239
* Set dotnet_root_<arch> only when the architecture of dotnet in the
path is the same by @​nohwnd in
https://github.com/microsoft/vstest/pull/15250
* Remove fakes v1 from FakesUtilities by @​drognanar in
https://github.com/microsoft/vstest/pull/15251
* Update fakes dependencies by @​drognanar in
https://github.com/microsoft/vstest/pull/15254
* Do half the work in GetManagedName by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/15255
* check Vsix only when produced by @​nohwnd in
https://github.com/microsoft/vstest/pull/15261
* Set dotnet_root_<arch> always by @​nohwnd in
https://github.com/microsoft/vstest/pull/15266
* Don't hardcode old vswhere version in global.json by @​akoeplinger in
https://github.com/microsoft/vstest/pull/15267
* Revert dowgrade of fakes by @​nohwnd in
https://github.com/microsoft/vstest/pull/15263
* Update VSSDK to version with code flow guard by @​nohwnd in
https://github.com/microsoft/vstest/pull/15279
* Update Fakes to version with code flow guard by @​nohwnd in
https://github.com/microsoft/vstest/pull/15273
 ... (truncated)

## 17.14.1

## What's Changed
* Error on unsupported target frameworks to prevent silently not running
tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15072 and
https://github.com/microsoft/vstest/pull/15078
* Revert writing additional properties to TRX by @​nohwnd in
https://github.com/microsoft/vstest/commit/47eb51b15ad8ca4a84ad7be5881fcd1713a0f68a

**Full Changelog**:
https://github.com/microsoft/vstest/compare/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:

- Updating to the latest VS, and running tests from net6.0 test
projects.
- Updating to the latest .NET SDK, and running tests from net6.0 test
projects.

It also has no impact on .NET Framework projects, where we continue
targeting .NET Framework 4.6.2.

* Drop unsupported frameworks by @​nohwnd in
https://github.com/microsoft/vstest/pull/10565

### Changes

* Adding Process Query Flag For UWP .NET 9 Support by @​adstep in
https://github.com/microsoft/vstest/pull/15003
* Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in
https://github.com/microsoft/vstest/pull/15004
* don't report communication error on discovery abort by @​nohwnd in
https://github.com/microsoft/vstest/pull/14992
* Add dump minitool to vsix by @​nohwnd in
https://github.com/microsoft/vstest/pull/14707
* Make test runners long-path aware (#​5179) by @​peetw in
https://github.com/microsoft/vstest/pull/15014
* Fix trace in DataCollectionRequestSender.cs by @​stan-sz in
https://github.com/microsoft/vstest/pull/15025
* Fix/readme grammar parallelism by @​dellch in
https://github.com/microsoft/vstest/pull/15030
* Add binding redirects by @​nohwnd in
https://github.com/microsoft/vstest/pull/15041
* Write props of tests into trx by @​nohwnd in
https://github.com/microsoft/vstest/pull/14905

### Internal version updates and fixes

* Update io.redist by @​nohwnd in
https://github.com/microsoft/vstest/pull/13872
* Use preview image for public build by @​nohwnd in
https://github.com/microsoft/vstest/pull/13888
* Remove xcopy-msbuild by @​nohwnd in
https://github.com/microsoft/vstest/pull/14138
* Move to macos14 by @​nohwnd in
https://github.com/microsoft/vstest/pull/14137
* Update diagnose.md by @​nohwnd in
https://github.com/microsoft/vstest/pull/14776
* hash with sha2 for mutex lock by @​nohwnd in
https://github.com/microsoft/vstest/pull/14777
* Update test projects for vmr by @​nohwnd in
https://github.com/microsoft/vstest/pull/14894
* 17.14 branding by @​nohwnd in
https://github.com/microsoft/vstest/pull/14903
* Update filter.md for NUnit by @​OsirisTerje in
https://github.com/microsoft/vstest/pull/14987
* Flag netstandard1.x dependencies in source-build by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/14986
* Use VS dependencies versions from release VS to have archived symbols
by @​nohwnd in https://github.com/microsoft/vstest/pull/14991
* Remove extra ; by @​nohwnd in
https://github.com/microsoft/vstest/pull/14995
* Use dependencymodel 6.0.2 by @​nohwnd in
https://github.com/microsoft/vstest/pull/14996
* Make Testhost packable only on Windows by @​mmitche in
https://github.com/microsoft/vstest/pull/15001
* Add system text json to vsix by @​nohwnd in
https://github.com/microsoft/vstest/pull/15034
* Add more files to vsix by @​nohwnd in
https://github.com/microsoft/vstest/pull/15038
* Remove unnecessary CA2022 suppressions by @​Winniexu01 in
https://github.com/microsoft/vstest/pull/15035
* Update package project url by @​mmitche in
https://github.com/microsoft/vstest/pull/15040
 
## New Contributors

* @​OsirisTerje made their first contribution in
https://github.com/microsoft/vstest/pull/14987
* @​adstep made their first contribution in
https://github.com/microsoft/vstest/pull/15003
 ... (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:

- Updating to the latest VS, and running tests from net6.0 test
projects.
- Updating to the latest .NET SDK, and running tests from net6.0 test
projects.

It also has no impact on .NET Framework projects, where we continue
targeting .NET Framework 4.6.2.

* Drop unsupported frameworks by @​nohwnd in
https://github.com/microsoft/vstest/pull/10565


### Changes

* Adding Process Query Flag For UWP .NET 9 Support by @​adstep in
https://github.com/microsoft/vstest/pull/15003
* Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in
https://github.com/microsoft/vstest/pull/15004
* don't report communication error on discovery abort by @​nohwnd in
https://github.com/microsoft/vstest/pull/14992
* Add dump minitool to vsix by @​nohwnd in
https://github.com/microsoft/vstest/pull/14707

### Internal version updates and fixes

* Update io.redist by @​nohwnd in
https://github.com/microsoft/vstest/pull/13872
* Use preview image for public build by @​nohwnd in
https://github.com/microsoft/vstest/pull/13888
* Remove xcopy-msbuild by @​nohwnd in
https://github.com/microsoft/vstest/pull/14138
* Move to macos14 by @​nohwnd in
https://github.com/microsoft/vstest/pull/14137
* Update diagnose.md by @​nohwnd in
https://github.com/microsoft/vstest/pull/14776
* hash with sha2 for mutex lock by @​nohwnd in
https://github.com/microsoft/vstest/pull/14777
* Update test projects for vmr by @​nohwnd in
https://github.com/microsoft/vstest/pull/14894
* 17.14 branding by @​nohwnd in
https://github.com/microsoft/vstest/pull/14903
* Update filter.md for NUnit by @​OsirisTerje in
https://github.com/microsoft/vstest/pull/14987
* Flag netstandard1.x dependencies in source-build by @​ViktorHofer in
https://github.com/microsoft/vstest/pull/14986
* Use VS dependencies versions from release VS to have archived symbols
by @​nohwnd in https://github.com/microsoft/vstest/pull/14991
* Remove extra ; by @​nohwnd in
https://github.com/microsoft/vstest/pull/14995
* Use dependencymodel 6.0.2 by @​nohwnd in
https://github.com/microsoft/vstest/pull/14996
* Make Testhost packable only on Windows by @​mmitche in
https://github.com/microsoft/vstest/pull/15001


### Will probably revert before release:

* Write props of tests into trx by @​nohwnd in
https://github.com/microsoft/vstest/pull/14905
 
## New Contributors

* @​OsirisTerje made their first contribution in
https://github.com/microsoft/vstest/pull/14987
* @​adstep made their first contribution in
https://github.com/microsoft/vstest/pull/15003
* @​Sergio0694 made their first contribution in
https://github.com/microsoft/vstest/pull/15004

**Full Changelog**:
https://github.com/microsoft/vstest/compare/v17.13.0...v17.14.0-preview-25107-01

## 17.13.0

## What's Changed

* Add letter number among valid identifiers in class name by @​nohwnd in
https://github.com/microsoft/vstest/pull/13868
* Fix formatting in Runner by @​mthalman in
https://github.com/microsoft/vstest/pull/13871
* Downgrade xunit skip warning to info by @​nohwnd in
https://github.com/microsoft/vstest/pull/10381
* Add msdia for arm64 into nuget by @​nohwnd in
https://github.com/microsoft/vstest/pull/10382
* Enable native debugging for vstest.console by @​ocitrev in
https://github.com/microsoft/vstest/pull/10401

* Fix RFCs links by @​Youssef1313 in
https://github.com/microsoft/vstest/pull/10424
* Convert to auto property by @​nohwnd in
https://github.com/microsoft/vstest/pull/10365
* Update Versions.props by @​nohwnd in
https://github.com/microsoft/vstest/pull/10378
* Enable TSA by @​jakubch1 in
https://github.com/microsoft/vstest/pull/10385
* Arm64 dia by @​nohwnd in
https://github.com/microsoft/vstest/pull/10390
* Update source-build team references by @​MichaelSimons in
https://github.com/microsoft/vstest/pull/10388
* Exclude .signature.p7s from nupkg file count by @​ellahathaway in
https://github.com/microsoft/vstest/pull/10418
* Set NetCurrent so that it doesn't roll forward automatically by
@​ViktorHofer in https://github.com/microsoft/vstest/pull/10622

## New Contributors
* @​ocitrev made their first contribution in
https://github.com/microsoft/vstest/pull/10401
* @​Youssef1313 made their first contribution in
https://github.com/microsoft/vstest/pull/10424

**Full Changelog**:
https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.0

Commits viewable in [compare
view](https://github.com/microsoft/vstest/compare/v17.12.0...v18.5.0).
</details>

Updated
[System.Security.Cryptography.Xml](https://github.com/dotnet/dotnet)
from 9.0.15 to 10.0.7.

<details>
<summary>Release notes</summary>

_Sourced from [System.Security.Cryptography.Xml's
releases](https://github.com/dotnet/dotnet/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.103` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).

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.114` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).

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.110` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).

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.5` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).

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.2` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).

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.5` and following the build
instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).

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.116

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.116` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.116/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.116/README.md#building-from-released-sources).

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.115

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.115` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).

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.114

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.114` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).

Attached is the PGP signature for the GitHub generated tarball. You can
find the public key at https://dot.net/release-key-2023

## 9.0.113

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.113` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.112` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.111` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the
release notes, and the rest of the file will be submitted as the body.
-->

You can build .NET 9.0 from the repository by cloning the release tag
`v9.0.110` and following the build instructions in the [main
README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).

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](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).

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

<!-- This file is a template for a GitHub release notes post. -->
…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants