Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.8.1 #22

Merged
dependabot[bot] merged 2 commits from dependabot/nuget/Microsoft.NET.Test.Sdk-18.8.1 into main 2026-08-09 17:45:58 +00:00
dependabot[bot] commented 2026-08-09 12:10:20 +00:00 (Migrated from github.com)

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.8.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.8.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v18.7.0...v18.8.0

18.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v18.6.0...v18.7.0

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

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

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

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

18.4.0

What's Changed

New Contributors

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

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.8.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.8.1 ## What's Changed * Fix protocol negotiation timeout when STJ reflection is disabled (18.8.1) by @​nohwnd in https://github.com/microsoft/vstest/pull/16281 **Full Changelog**: https://github.com/microsoft/vstest/compare/v18.8.0...v18.8.1 ## 18.8.0 ## What's Changed * Migrate from Newtonsoft.Json to System.Text.Json / Jsonite (merge to main) by @​nohwnd in https://github.com/microsoft/vstest/pull/15687 - For more detail refer to https://devblogs.microsoft.com/dotnet/vs-test-is-removing-its-newtonsoft-json-dependency/ * Create source-only filter package by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15638 * Add ARM64 msdia140.dll support to test platform packages by @​nohwnd in https://github.com/microsoft/vstest/pull/15692 * Fix mutex cleanup crash on macOS/Linux by @​nohwnd in https://github.com/microsoft/vstest/pull/15684 * Restrict artifact temp directory permissions on Unix by @​nohwnd in https://github.com/microsoft/vstest/pull/15729 * Add support for filtering uncategorized tests with TestCategory=None by @​Evangelink in https://github.com/microsoft/vstest/pull/15727 * Fix SCI binding failure in DTA hosts (main) by @​nohwnd in https://github.com/microsoft/vstest/pull/15724 * Fix HTML logger parallel file collision by @​nohwnd in https://github.com/microsoft/vstest/pull/15435 * Improve error message when testhost cannot be found by @​nohwnd in https://github.com/microsoft/vstest/pull/16053 * Fix HTML logger exception on invalid XML chars in test display names by @​nohwnd in https://github.com/microsoft/vstest/pull/16051 **Full Changelog**: https://github.com/microsoft/vstest/compare/v18.7.0...v18.8.0 ## 18.7.0 ## What's Changed * Add ARM64 msdia140.dll support to test platform packages by @​jamesmcroft in https://github.com/microsoft/vstest/pull/15689 * Update System.Memory from 4.5.5 to 4.6.3 by @​nohwnd in https://github.com/microsoft/vstest/pull/15706 ## New Contributors * @​jamesmcroft made their first contribution in https://github.com/microsoft/vstest/pull/15689 **Full Changelog**: https://github.com/microsoft/vstest/compare/v18.6.0...v18.7.0 ## 18.6.0 ## What's Changed * Revert removal of Video Recorder by @​nohwnd in https://github.com/microsoft/vstest/pull/15336 * Speed up blame by filtering non-.NET processes from dump collection by @​nohwnd in https://github.com/microsoft/vstest/pull/15518 * Add README.md to NuGet packages by @​nohwnd in https://github.com/microsoft/vstest/pull/15550 * Report child process info on connection timeout by @​nohwnd in https://github.com/microsoft/vstest/pull/15603 ### Changes to tests and infra * Brand as 18.6 by @​nohwnd in https://github.com/microsoft/vstest/pull/15423 * Upgrading code coverage version to 18.5.1, by @​fhnaseer in https://github.com/microsoft/vstest/pull/15422 * Updating System.Collections.Immutable to 9.0.11 by @​MSLukeWest in https://github.com/microsoft/vstest/pull/15425 * Fix attachVS when used for debugging integration tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15451 * Replace dotnet.config, with global.json by @​nohwnd in https://github.com/microsoft/vstest/pull/15449 * Document debugging integration tests with AttachVS by @​Copilot in https://github.com/microsoft/vstest/pull/15452 * Fix stack overflow tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15461 * Make TestAssets.sln buildable locally by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15466 * Try filtering out tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15463 * Build just once when tfms run in parallel by @​nohwnd in https://github.com/microsoft/vstest/pull/15465 * Review simplify compatibility sources, deduplicate tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15472 * Cleanup dead TRX code by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15474 * Update .NET runtimes to 8.0.25, 9.0.14, and 10.0.4 by @​nohwnd in https://github.com/microsoft/vstest/pull/15481 * Compat matrix checker by @​nohwnd in https://github.com/microsoft/vstest/pull/15480 * Add trx analysis skill by @​nohwnd in https://github.com/microsoft/vstest/pull/15486 * Split integration tests to single tfm and multi tfm project by @​nohwnd in https://github.com/microsoft/vstest/pull/15484 * Update matrix by @​nohwnd in https://github.com/microsoft/vstest/pull/15477 * Break infinite restore loop in VS by @​nohwnd in https://github.com/microsoft/vstest/pull/15503 * Use global package cache for build, and local for running integration tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15500 * Update contributing by @​nohwnd in https://github.com/microsoft/vstest/pull/15505 * Reduce test wall-clock time by increasing minThreads by @​drognanar in https://github.com/microsoft/vstest/pull/15502 * Indicator flakiness by @​nohwnd in https://github.com/microsoft/vstest/pull/15513 * Fix ci build by @​nohwnd in https://github.com/microsoft/vstest/pull/15515 * Fix thread safety issues by @​Evangelink in https://github.com/microsoft/vstest/pull/15512 * Optimize DotnetSDKSimulation_PostProcessing test (163s → 61s) by @​nohwnd in https://github.com/microsoft/vstest/pull/15516 * Build isolated test assets for single TFM instead of 7 by @​nohwnd in https://github.com/microsoft/vstest/pull/15517 * Remove unused dependencies from Library.IntegrationTests by @​nohwnd in https://github.com/microsoft/vstest/pull/15527 * Remove printing _attachments content to console by @​nohwnd in https://github.com/microsoft/vstest/pull/15520 * Add Linux/macOS test filtering guide to CONTRIBUTING.md by @​nohwnd in https://github.com/microsoft/vstest/pull/15521 * Change integration test parallelization from ClassLevel to MethodLevel by @​nohwnd in https://github.com/microsoft/vstest/pull/15526 * Unify target framework checks with IsNetFrameworkTarget/IsNetTarget by @​nohwnd in https://github.com/microsoft/vstest/pull/15523 * Add unattended work instructions to copilot-instructions.md by @​nohwnd in https://github.com/microsoft/vstest/pull/15531 * Reduce code style rule severity from warning to suggestion by @​nohwnd in https://github.com/microsoft/vstest/pull/15522 * Remove Debug/Release line number branching from tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15519 * Revise unattended work instructions in copilot-instructions.md by @​nohwnd in https://github.com/microsoft/vstest/pull/15532 * Improve CompatibilityRowsBuilder error message with diagnostic details by @​nohwnd in https://github.com/microsoft/vstest/pull/15529 * docs: add git worktree and upstream sync workflow to copilot-instructions.md by @​nohwnd in https://github.com/microsoft/vstest/pull/15538 * Add VSIX runner to smoke tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15541 * Remove deprecated WebTest and TMI test methods by @​nohwnd in https://github.com/microsoft/vstest/pull/15525 * Fix compatibility test failures for legacy vstest.console and MSTest adapter by @​nohwnd in https://github.com/microsoft/vstest/pull/15534 * Convert TestPlatform.sln to slnx format by @​nohwnd in https://github.com/microsoft/vstest/pull/15551 * Convert test/TestAssets .sln files to .slnx format by @​nohwnd in https://github.com/microsoft/vstest/pull/15557 ... (truncated) ## 18.5.1 ## What's Changed * Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by @​nohwnd in https://github.com/microsoft/vstest/pull/15720 * Port verify-binding-redirects.ps1 to rel/18.5 by @​nohwnd in https://github.com/microsoft/vstest/pull/15719 * Bump to 18.5.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15721 **Full Changelog**: https://github.com/microsoft/vstest/compare/v18.5.0...v18.5.1 ## 18.5.0 ⚠️ Unlisted on Nuget, because of #​15718 ## 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 Commits viewable in [compare view](https://github.com/microsoft/vstest/compare/v18.0.1...v18.8.1). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=18.0.1&new-version=18.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2026-08-09 12:10:21 +00:00 (Migrated from github.com)

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

### Labels The following labels could not be found: `dependencies`. Please create it before Dependabot can add it to a pull request. Please fix the above issues or remove invalid values from `dependabot.yml`.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ochenstarik/server-monitor-manager#22
No description provided.