Skip to content

chore: Bump Microsoft.Testing.Extensions.TrxReport and TUnit#142

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-nuget-tests-StructuraLens.Tests-multi-8f8f555daf
Open

chore: Bump Microsoft.Testing.Extensions.TrxReport and TUnit#142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-nuget-tests-StructuraLens.Tests-multi-8f8f555daf

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Microsoft.Testing.Extensions.TrxReport from 2.2.2 to 2.3.1.

Release notes

Sourced from Microsoft.Testing.Extensions.TrxReport'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.

2.2.3

See release notes here.

Commits viewable in compare view.

Updated TUnit from 1.44.39 to 1.59.0.

Release notes

Sourced from TUnit's releases.

1.59.0

What's Changed

Other Changes

Dependencies

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

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

1.56.25

What's Changed

Other Changes

Dependencies

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

1.56.18

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.56.0...v1.56.18

1.56.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.55.2...v1.56.0

1.55.2

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.55.0...v1.55.2

1.55.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.54.0...v1.55.0

1.54.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.53.0...v1.54.0

1.53.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.51.0...v1.53.0

1.51.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.50.0...v1.51.0

1.50.0

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.49.0...v1.50.0

1.49.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.48.6...v1.49.0

1.48.6

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.48.0...v1.48.6

1.48.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.47.0...v1.48.0

1.47.0

What's Changed

Other Changes

Bumps Microsoft.Testing.Extensions.TrxReport from 2.2.2 to 2.3.1
Bumps TUnit from 1.44.39 to 1.59.0

---
updated-dependencies:
- dependency-name: Microsoft.Testing.Extensions.TrxReport
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: TUnit
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 17, 2026
@github-actions

Copy link
Copy Markdown

📊 StructuraLens CLI test completed. HTML report generated as verification. Download here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants