Skip to content

Update dependency Microsoft.NET.Test.Sdk to 18.9.0 - #30

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vstest-monorepo
Open

Update dependency Microsoft.NET.Test.Sdk to 18.9.0#30
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vstest-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 18.7.018.9.0 age confidence

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.9.0

What's Changed
  • Fix tilde/exclamation characters corrupted in TerminalLogger test output by @​nohwnd in #​16046
  • Make TranslationLayer Native AOT-compatible by @​drewnoakes in #​16045
  • Guard GenerateProgramFile target against UseWinUI/UseUwpTools evaluation order by @​nohwnd in #​16072
  • Add RequestingAssembly to AssemblyResolveEventArgs for binary compat by @​nohwnd in #​16076
  • Remove stale Microsoft.Extensions.FileSystemGlobbing binding redirect from testhost.x86 and datacollector by @​Evangelink in #​16082
  • Fix TRX attachment paths when LogFileName contains a subdirectory by @​nohwnd in #​15791
  • Fix missing dumps for .NET Framework child processes in NetClientHangDumper by @​nohwnd in #​16098
  • Fix data collection channels to use negotiated protocol version instead of V1 by @​nohwnd in #​16096
  • Fix race condition in BlameCollector: skip hang dump when testhost hasn't launched yet by @​nohwnd in #​16065
  • Replace TestSDKAutoGeneratedCode with ExcludeFromCodeCoverage in auto-generated Program files by @​nohwnd in #​16101
  • Include testhost process path in crash error messages by @​nohwnd in #​16108
  • Fix DataDriven test results being double-counted in TRX logger totals by @​nohwnd in #​15766
  • Fix datacollector crash visibility: replace Assert with throwable exceptions by @​nohwnd in #​16048
  • Add TreatErrorMessagesAsWarnings parameter to TRX logger by @​nohwnd in #​16106
  • Wait for testhost stderr to drain before reading its crash output by @​nohwnd in #​16128
  • Handle runtimeconfig.dev.json without additionalProbingPaths by @​tmat in #​16166
  • Suggest Microsoft.NET.Test.Sdk when a managed test project brings no testhost by @​nohwnd in #​16169
  • Fix x86 testhost loading mismatched x64 hostfxr (0x800700C1) when run via vstest.console.exe directly (#​16151) by @​azat-msft in #​16156
  • Preserve the real exception (type + stack trace) when a test run aborts in BaseRunTests by @​nohwnd in #​16167
New Contributors

Full Changelog: microsoft/vstest@v18.8.0...v18.9.0

v18.8.1

What's Changed

  • Fix protocol negotiation timeout when STJ reflection is disabled (18.8.1) by @​nohwnd in #​16281

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

v18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor

Coverage after merging renovate/vstest-monorepo into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
Fl.Functional.Utils
   Bind.cs100%100%100%100%
   Combine.cs100%100%100%100%
   Do.cs100%100%100%100%
   ForEach.cs100%100%100%100%
   MakeEither.cs98.31%100%92.31%100%
   MakeOption.cs100%100%100%100%
   Map.cs95.83%100%88.89%100%
   Match.cs97.62%87.50%100%100%22
   OrElse.cs100%100%100%100%
   Tee.cs97.78%100%90.91%100%
   Using.cs100%100%100%100%
Fl.Functional.Utils/Recursion
   RecursionResult.cs96.88%100%90%100%
   TailRecursion.cs96%100%83.33%100%

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c5a68e8) to head (05b004f).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          188       188           
  Branches        24        24           
=========================================
  Hits           188       188           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/vstest-monorepo branch from 47710b7 to 9fab189 Compare July 14, 2026 13:45
@renovate renovate Bot changed the title Update dependency Microsoft.NET.Test.Sdk to 18.8.0 Update dependency Microsoft.NET.Test.Sdk to 18.8.1 Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/vstest-monorepo branch from 9fab189 to ed241b7 Compare August 2, 2026 23:11
@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Coverage after merging renovate/vstest-monorepo into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
Fl.Functional.Utils
   Bind.cs100%100%100%100%
   Combine.cs100%100%100%100%
   Do.cs100%100%100%100%
   ForEach.cs100%100%100%100%
   MakeEither.cs98.31%100%92.31%100%
   MakeOption.cs100%100%100%100%
   Map.cs95.83%100%88.89%100%
   Match.cs97.62%87.50%100%100%22
   OrElse.cs100%100%100%100%
   Tee.cs97.78%100%90.91%100%
   Using.cs100%100%100%100%
Fl.Functional.Utils/Recursion
   RecursionResult.cs96.88%100%90%100%
   TailRecursion.cs96%100%83.33%100%

@renovate renovate Bot changed the title Update dependency Microsoft.NET.Test.Sdk to 18.8.1 Update dependency Microsoft.NET.Test.Sdk to 18.9.0 Aug 14, 2026
@renovate
renovate Bot force-pushed the renovate/vstest-monorepo branch from ed241b7 to 05b004f Compare August 14, 2026 16:34
@github-actions

Copy link
Copy Markdown
Contributor

Coverage after merging renovate/vstest-monorepo into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
Fl.Functional.Utils
   Bind.cs100%100%100%100%
   Combine.cs100%100%100%100%
   Do.cs100%100%100%100%
   ForEach.cs100%100%100%100%
   MakeEither.cs98.31%100%92.31%100%
   MakeOption.cs100%100%100%100%
   Map.cs95.83%100%88.89%100%
   Match.cs97.62%87.50%100%100%22
   OrElse.cs100%100%100%100%
   Tee.cs97.78%100%90.91%100%
   Using.cs100%100%100%100%
Fl.Functional.Utils/Recursion
   RecursionResult.cs96.88%100%90%100%
   TailRecursion.cs96%100%83.33%100%

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.

0 participants