Skip to content

Bump the pkg-updates group with 5 updates#343

Merged
AjayKMehta merged 1 commit into
masterfrom
dependabot/nuget/pkg-updates-74ed30d01b
Jul 14, 2026
Merged

Bump the pkg-updates group with 5 updates#343
AjayKMehta merged 1 commit into
masterfrom
dependabot/nuget/pkg-updates-74ed30d01b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown

Updated Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0.

Release notes

Sourced from Microsoft.Testing.Extensions.CodeCoverage's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.CrashDump from 2.2.3 to 2.3.1.

Release notes

Sourced from Microsoft.Testing.Extensions.CrashDump's releases.

2.3.0-preview-20220810-02

See release notes here.

2.2.10

See release notes here.

2.2.10-preview-20220414-01

See release notes here.

2.2.9

Parallel output

🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in his https://github.com/SimonCropp/XunitContext project. And being an inspiration for implementing this.

MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.

Before

In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:

image

After

With 2.2.9, each output is correctly attached to the test that produced it:

image
image

Also notice that we are also capturing debug, trace and error. And we are not awaiting the FastChild method, and the output is still assigned correctly. Souce code.

Limitations

Due to the way that class and assembly initialize, and cleanup are invoked, their output will end up in the first test that run (or last for cleanup). This is unfortunately not easily fixable.

See release notes here.

2.2.8

See release notes here.

2.2.7

See release notes here.

2.2.6

See release notes here.

2.2.5

See release notes here.

2.2.4

See release notes here.

2.2.4-preview-20210331-02

See release notes here.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.HangDump from 2.2.3 to 2.3.1.

Release notes

Sourced from Microsoft.Testing.Extensions.HangDump's releases.

2.3.0-preview-20220810-02

See release notes here.

2.2.10

See release notes here.

2.2.10-preview-20220414-01

See release notes here.

2.2.9

Parallel output

🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in his https://github.com/SimonCropp/XunitContext project. And being an inspiration for implementing this.

MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.

Before

In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:

image

After

With 2.2.9, each output is correctly attached to the test that produced it:

image
image

Also notice that we are also capturing debug, trace and error. And we are not awaiting the FastChild method, and the output is still assigned correctly. Souce code.

Limitations

Due to the way that class and assembly initialize, and cleanup are invoked, their output will end up in the first test that run (or last for cleanup). This is unfortunately not easily fixable.

See release notes here.

2.2.8

See release notes here.

2.2.7

See release notes here.

2.2.6

See release notes here.

2.2.5

See release notes here.

2.2.4

See release notes here.

2.2.4-preview-20210331-02

See release notes here.

Commits viewable in compare view.

Updated TUnit from 1.56.25 to 1.58.0.

Release notes

Sourced from TUnit's releases.

1.58.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.57.17...v1.58.0

1.57.17

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.57.14...v1.57.17

1.57.14

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.57.0...v1.57.14

1.57.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.56.35...v1.57.0

1.56.35

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.56.25...v1.56.35

Commits viewable in compare view.

Updated Verify.TUnit from 31.20.0 to 31.22.0.

Release notes

Sourced from Verify.TUnit's releases.

31.22.0

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

31.21.0

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

    Commits viewable in compare view.

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

Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0
Bumps Microsoft.Testing.Extensions.CrashDump from 2.2.3 to 2.3.1
Bumps Microsoft.Testing.Extensions.HangDump from 2.2.3 to 2.3.1
Bumps TUnit from 1.56.25 to 1.58.0
Bumps Verify.TUnit from 31.20.0 to 31.22.0

---
updated-dependencies:
- dependency-name: Microsoft.Testing.Extensions.CodeCoverage
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
- dependency-name: Microsoft.Testing.Extensions.CrashDump
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
- dependency-name: Microsoft.Testing.Extensions.HangDump
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
- dependency-name: TUnit
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
- dependency-name: Verify.TUnit
  dependency-version: 31.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ⬆️ Dependencies Update dependencies label Jul 14, 2026
@semanticdiff-com

semanticdiff-com Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review changes with  SemanticDiff

Changed Files
File Status
  tests/BuilderGenerator.Tests/packages.lock.json  71% smaller
  Directory.Packages.props  15% smaller

@AjayKMehta
AjayKMehta merged commit 8102c9e into master Jul 14, 2026
19 checks passed
@AjayKMehta
AjayKMehta deleted the dependabot/nuget/pkg-updates-74ed30d01b branch July 14, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant