Skip to content

chore(deps): update .net test stack - #951

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/net-test-stack
Open

chore(deps): update .net test stack#951
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/net-test-stack

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 18.5.118.9.0 age confidence
NUnit (source) 4.6.04.6.1 age confidence
Verify.NUnit 31.16.331.28.0 age confidence
coverlet.msbuild 10.0.010.0.1 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

v18.7.0

What's Changed

New Contributors

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

v18.6.0

What's Changed

Changes to tests and infra

Full Changelog: microsoft/vstest@v18.5.1...v18.6.0

nunit/nunit (NUnit)

v4.6.1: NUnit version 4.6.1

See release notes for details.

VerifyTests/Verify (Verify.NUnit)

v31.28.0

Compare Source

  • #​1822 Option to not scrub N instance Guids
  • #​1825 Add GuidFormats option to ScrubInlineGuids
  • #​1826 Add opt in newline tolerance settings

v31.27.0

Compare Source

  • #​1809 Emit received→verified mapping for out-of-process accept/review tooling
  • #​1810 Allow a stream target for a text extension
  • #​1812 Received map file

v31.26.0

Compare Source

v31.25.0

Compare Source

  • #​1758 UseProjectRelative + SourceFileRelativeDirectory
  • #​1800 Add mirror source structure for verified files

v31.24.3

Compare Source

  • #​1799 Better line ending failure diagnostics

v31.24.2

Compare Source

  • #​1794 Normalize scrubbed-to-empty text to emptyString
  • #​1798 Bump package references

v31.24.1

Compare Source

v31.24.0

Compare Source

  • #​1789 Add ExcludeTargets with converter-side IsTargetExcluded check

v31.23.0

Compare Source

  • #​1785 Fix chunk boundary scrubber bugs and test adapter defects
  • #​1788 Add exclude targets to omit targets by extension

v31.22.0

Compare Source

  • #​1778 Allow conversion splitters for text extensions
  • #​1779 Fix chunk boundary scrubber bugs and test adapter defects
  • #​1781 stop using MSTest metapackage
  • #​1782 Migrate CI to Microsoft.Testing.Platform so all tests run
  • #​1783 Guard against duplicate xunit attachment names
  • #​1784 Add Kill process locking file option

v31.21.0

Compare Source

  • #​1656 throw for greedy RegisterFileConverter
  • #​1762 Reject carriage returns in verified files instead of normalizing
  • #​1767 Fix correctness and perf issues in compare, recording, naming and checks
  • #​1768 Fix VerifySettings copy constructor, temp cleanup, and stream/extensi…
  • #​1769 Fix combination runner/converter, Expecto directory verification, and…
  • #​1770 Fix serialization scrub/convert bugs and reduce per-value scrubbing allocations
  • #​1771 Fix verifier cleanup composition, stream/xml disposal and comparison
  • #​1772 Bump Argon from 0.34.0 to 0.35.0
  • #​1773 Bump DiffEngine from 19.2.0 to 19.3.0
  • #​1774 Clear synchronization context in to task()
  • #​1775 Throw for greedy RegisterFileConverter

    v31.20.0

    Compare Source

    v31.19.1

    Compare Source

    • #​1746 Mark passthrough string Verify overloads as [StringSyntax("*")]

    v31.19.0

    Compare Source

    • #​1743 UseSsimForPng override on VerifySettings and SettingsTask

    v31.18.0

    Compare Source

    • #​1739 add BypassComparersForSubsequentOnDifference

    v31.17.0

    Compare Source

    coverlet-coverage/coverlet (coverlet.msbuild)

    v10.0.1

    Improvements
    Fixed
    • Fix inconsistent paths in cobertura reports #​1723
    • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
    • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
    • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828
    Maintenance
    • Add architecture docs and diagrams for all integrations #​1927
    • Update NuGet packages and .NET SDK versions #​1933

    Diff between 10.0.0 and 10.0.1


    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 these updates again.


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

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

@renovate
renovate Bot force-pushed the renovate/net-test-stack branch from 6e4b9d5 to 344dc7b Compare June 12, 2026 02:05
@renovate
renovate Bot force-pushed the renovate/net-test-stack branch 2 times, most recently from fb4fa74 to 4a62b18 Compare June 26, 2026 10:12
@renovate
renovate Bot force-pushed the renovate/net-test-stack branch 4 times, most recently from 51f9bd5 to a019387 Compare July 16, 2026 05:08
@renovate
renovate Bot force-pushed the renovate/net-test-stack branch 6 times, most recently from 457d206 to ae697fb Compare July 23, 2026 21:52
@renovate
renovate Bot force-pushed the renovate/net-test-stack branch from ae697fb to c6f5101 Compare July 24, 2026 12:08
@renovate
renovate Bot force-pushed the renovate/net-test-stack branch from c6f5101 to d362261 Compare August 4, 2026 01:16
@renovate
renovate Bot force-pushed the renovate/net-test-stack branch from d362261 to cc0940b Compare August 17, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants