Skip to content

chore: Bump Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.1#992

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Testing.Extensions.TrxReport-2.3.1
Closed

chore: Bump Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.1#992
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Testing.Extensions.TrxReport-2.3.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Microsoft.Testing.Extensions.TrxReport from 2.2.3 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.

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-dependencies:
- dependency-name: Microsoft.Testing.Extensions.TrxReport
  dependency-version: 2.3.1
  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 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

     23 files   - 27       23 suites   - 27   7m 20s ⏱️ -22s
 19 841 tests  - 35   19 839 ✅  - 35  2 💤 ±0  0 ❌ ±0 
102 566 runs   - 81  102 564 ✅  - 81  2 💤 ±0  0 ❌ ±0 

Results for commit 182b027. ± Comparison against base commit a431a77.

This pull request removes 3193 and adds 3158 tests. Note that renamed tests count towards both.
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message0f60e6bc-e482-4a84-b253-4b0d3fb4bef9")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message68398274-c0fe-4d6c-b019-9608c61c277f")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message685d23a3-90b6-4f4c-a92b-42696f3a798a")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messageb5860e81-ea0f-46b2-be57-d3b81bfd0f06")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messagec84e5861-d50a-4213-a494-e72d117cc58f")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messagec86ed15d-c15c-4849-8781-a19ee7f9a497")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message68198b98-ab86-49a6-b61a-65d34d93c190")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message8f0c342f-4c41-4a2c-a701-062f42bd6890")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message959ad400-0652-499a-969b-236b102d560c")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "messaged3e7b297-a5dc-4073-b808-ef1195d47e32")
…
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message4c6df018-68f1-4f6c-a21f-ef38c0b5a7fd")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message78bb73d7-7328-467c-9a38-74dcbcba5371")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messagebb27800f-d346-4452-9bfb-a12a8a894efa")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messaged98524af-0713-4914-907e-76d00b746899")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messagee8f0018a-1208-4a50-bbe1-0cd74690ff8b")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messageea5bc300-8ce8-4bd3-8d9f-16ae77689177")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message3b0116cf-7885-43d7-8301-380baf513e36")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message69bca135-7e33-4cef-98aa-b5ada657326d")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message9509cc4a-3797-4b9b-9094-b03ec026a908")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message9c6406b1-f173-4c13-9e10-622dc2d01364")
…

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.301
[Host] : .NET 8.0.28 (8.0.28, 8.0.2826.26413), X64 RyuJIT x86-64-v3

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Method Mean Error StdDev Gen0 Gen1 Allocated
Bool_aweXpect 267.2 ns 3.72 ns 3.30 ns 0.0415 - 696 B
Bool_FluentAssertions 254.8 ns 3.70 ns 3.28 ns 0.0567 - 952 B
Equivalency_aweXpect 331,366.8 ns 1,334.55 ns 1,183.04 ns 20.0195 0.4883 335444 B
Equivalency_FluentAssertions 2,805,362.2 ns 10,264.35 ns 9,099.08 ns 289.0625 46.8750 4841651 B
Int_GreaterThan_aweXpect 270.0 ns 3.64 ns 3.40 ns 0.0515 - 864 B
Int_GreaterThan_FluentAssertions 249.8 ns 5.30 ns 4.70 ns 0.0730 - 1224 B
ItemsCount_AtLeast_aweXpect 470.2 ns 4.08 ns 3.62 ns 0.0811 - 1360 B
ItemsCount_AtLeast_FluentAssertions 503.7 ns 10.17 ns 9.51 ns 0.1192 - 2008 B
String_aweXpect 478.5 ns 4.75 ns 4.21 ns 0.0672 - 1128 B
String_FluentAssertions 1,242.4 ns 14.84 ns 12.39 ns 0.2346 - 3944 B
StringArray_aweXpect 2,028.1 ns 14.50 ns 13.57 ns 0.1564 - 2624 B
StringArray_FluentAssertions 1,328.2 ns 35.99 ns 33.67 ns 0.2480 - 4152 B
StringArrayInAnyOrder_aweXpect 2,722.7 ns 21.92 ns 19.43 ns 0.1678 - 2816 B
StringArrayInAnyOrder_FluentAssertions 27,355.2 ns 127.08 ns 112.65 ns 1.9836 0.0610 33471 B

@github-actions

Copy link
Copy Markdown
Contributor

👽 Mutation Results

Mutation testing badge

aweXpect

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Runtime Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

aweXpect.Core

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Runtime Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

@vbreuss

vbreuss commented Jul 13, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Looks like Microsoft.Testing.Extensions.TrxReport is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Microsoft.Testing.Extensions.TrxReport-2.3.1 branch July 13, 2026 09:08
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.

1 participant