Skip to content

chore(deps): update microsoft.testing - #6703

Merged
thomhurst merged 2 commits into
mainfrom
renovate/microsoft.testing
Sep 3, 2026
Merged

chore(deps): update microsoft.testing#6703
thomhurst merged 2 commits into
mainfrom
renovate/microsoft.testing

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 2, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Testing.Extensions.CodeCoverage nuget minor 18.10.018.11.0
Microsoft.Testing.Extensions.CrashDump nuget minor 2.3.32.4.0
Microsoft.Testing.Extensions.HangDump nuget minor 2.3.32.4.0
Microsoft.Testing.Extensions.Telemetry nuget minor 2.3.32.4.0
Microsoft.Testing.Extensions.TrxReport nuget minor 2.3.32.4.0
Microsoft.Testing.Extensions.TrxReport.Abstractions nuget minor 2.3.32.4.0
Microsoft.Testing.Platform nuget minor 2.3.32.4.0
Microsoft.Testing.Platform.MSBuild nuget minor 2.3.32.4.0

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate CLI.

Summary by CodeRabbit

  • Chores

    • Updated internal testing infrastructure to newer releases for improved test execution support.
    • Retained selected tooling versions to preserve compatibility with framework-facade resolution and interruption cleanup behavior.
    • Updated the CloudShop test project to use the current testing infrastructure version.
  • User Impact

    • No changes to application functionality or user-facing behavior.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Sep 2, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 2, 2026 18:17
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T10:39:54.684453Z 0f711f4 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 01fdcb47-a4af-4149-adf8-ea2e2606d842

📥 Commits

Reviewing files that changed from the base of the PR and between 9a56964 and 0f711f4.

📒 Files selected for processing (1)
  • Directory.Packages.props

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The pull request updates selected Microsoft Testing packages from version 2.3.3 to 2.4.0. It retains specific CodeCoverage and TRX package pins with comments that document compatibility issues. The CloudShop test project updates its MSBuild package reference to 2.4.0.

Changes

Package version updates

Layer / File(s) Summary
Update central package versions
Directory.Packages.props
Updates selected Microsoft Testing packages to 2.4.0. Retains CodeCoverage at 18.10.0 and TRX packages at 2.3.3 with explanatory comments.
Align CloudShop test reference
examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj
Updates Microsoft.Testing.Platform.MSBuild from 2.3.3 to 2.4.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 0f711

This updates Microsoft Testing package versions while retaining documented compatibility pins. No current merge-blocking risk is identified.

Poem

A rabbit checks the package chart
Central versions make a start
CloudShop follows too
Pins stay where issues grew
Clean builds hop from part to part

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies a dependency update for the Microsoft.Testing packages, which matches the primary change in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/microsoft.testing

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 2, 2026

Copy link
Copy Markdown

Greptile Summary

The PR partially updates the Microsoft.Testing dependency family while retaining known-compatible CodeCoverage and TRX versions.

  • Updates CrashDump, HangDump, Telemetry, Platform, and Platform.MSBuild to 2.4.0.
  • Keeps CodeCoverage at 18.10.0 and TRX packages at 2.3.3 with comments documenting known regressions.
  • Aligns the CloudShop test project’s explicit Platform.MSBuild reference with 2.4.0.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
Directory.Packages.props Updates selected Microsoft.Testing packages while pinning CodeCoverage and TRX components to versions that avoid documented regressions.
examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj Updates the example test project’s explicit Microsoft.Testing.Platform.MSBuild dependency to 2.4.0.

Reviews (6): Last reviewed commit: "fix(deps): hold incompatible test packag..." | Re-trigger Greptile

@thomhurst
thomhurst force-pushed the renovate/microsoft.testing branch from 8c73cd8 to c88ca1d Compare September 2, 2026 21:11
@thomhurst thomhurst changed the title chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.11.0 chore(deps): update microsoft.testing Sep 2, 2026
@thomhurst
thomhurst force-pushed the renovate/microsoft.testing branch from c88ca1d to 9a56964 Compare September 2, 2026 22:13
@thomhurst
thomhurst force-pushed the renovate/microsoft.testing branch from 9a56964 to dba1206 Compare September 3, 2026 00:37
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Sep 4, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.65.68 to
1.66.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.66.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.0 -->

## What's Changed
### Other Changes
* Compile all C# documentation snippets by @​thomhurst in
thomhurst/TUnit#6695
* Fix `Type` assignability assertions to evaluate represented type (not
`RuntimeType`) by @​thomhurst with @​Copilot in
thomhurst/TUnit#6711
* Clarify ClassDataSource constructor requirements by @​thomhurst in
thomhurst/TUnit#6716
* Add programmatic HTML reporting settings by @​thomhurst in
thomhurst/TUnit#6699
* Fix timeout cancellation diagnostics by @​thomhurst in
thomhurst/TUnit#6715
### Dependencies
* chore(deps): update tunit to 1.65.68 by @​thomhurst in
thomhurst/TUnit#6682
* chore(deps): update dependency verify.tool to v0.9.1 by @​thomhurst in
thomhurst/TUnit#6683
* chore(deps): update dependency mockolate to 3.4.1 by @​thomhurst in
thomhurst/TUnit#6685
* chore(deps): update dependency serialize-javascript to v7.1.1 by
@​thomhurst in thomhurst/TUnit#6687
* chore(deps): update dependency qs to v6.16.0 by @​thomhurst in
thomhurst/TUnit#6691
* chore(deps): update dependency system.reactive to v7 by @​thomhurst in
thomhurst/TUnit#6696
* chore(deps): update dependency imposter to 0.1.10 by @​thomhurst in
thomhurst/TUnit#6701
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.0
by @​thomhurst in thomhurst/TUnit#6704
* chore(deps): update mstest to 4.4.0 by @​thomhurst in
thomhurst/TUnit#6705
* chore(deps): update dependency dotnet-trace to v10 by @​thomhurst in
thomhurst/TUnit#6706
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6703
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6713
* chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6707


**Full Changelog**:
thomhurst/TUnit@v1.65.68...v1.66.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.68...v1.66.0).
</details>

Updated [TUnit.AspNetCore](https://github.com/thomhurst/TUnit) from
1.65.68 to 1.66.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.AspNetCore's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.66.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.0 -->

## What's Changed
### Other Changes
* Compile all C# documentation snippets by @​thomhurst in
thomhurst/TUnit#6695
* Fix `Type` assignability assertions to evaluate represented type (not
`RuntimeType`) by @​thomhurst with @​Copilot in
thomhurst/TUnit#6711
* Clarify ClassDataSource constructor requirements by @​thomhurst in
thomhurst/TUnit#6716
* Add programmatic HTML reporting settings by @​thomhurst in
thomhurst/TUnit#6699
* Fix timeout cancellation diagnostics by @​thomhurst in
thomhurst/TUnit#6715
### Dependencies
* chore(deps): update tunit to 1.65.68 by @​thomhurst in
thomhurst/TUnit#6682
* chore(deps): update dependency verify.tool to v0.9.1 by @​thomhurst in
thomhurst/TUnit#6683
* chore(deps): update dependency mockolate to 3.4.1 by @​thomhurst in
thomhurst/TUnit#6685
* chore(deps): update dependency serialize-javascript to v7.1.1 by
@​thomhurst in thomhurst/TUnit#6687
* chore(deps): update dependency qs to v6.16.0 by @​thomhurst in
thomhurst/TUnit#6691
* chore(deps): update dependency system.reactive to v7 by @​thomhurst in
thomhurst/TUnit#6696
* chore(deps): update dependency imposter to 0.1.10 by @​thomhurst in
thomhurst/TUnit#6701
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.0
by @​thomhurst in thomhurst/TUnit#6704
* chore(deps): update mstest to 4.4.0 by @​thomhurst in
thomhurst/TUnit#6705
* chore(deps): update dependency dotnet-trace to v10 by @​thomhurst in
thomhurst/TUnit#6706
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6703
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6713
* chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6707


**Full Changelog**:
thomhurst/TUnit@v1.65.68...v1.66.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.68...v1.66.0).
</details>

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Sep 4, 2026
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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants