Skip to content

chore(deps): update tunit to 1.57.0 - #6322

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
Jun 29, 2026
Merged

chore(deps): update tunit to 1.57.0#6322
thomhurst merged 1 commit into
mainfrom
renovate/tunit

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
TUnitnugetminor1.56.351.57.0
TUnit.AspNetCorenugetminor1.56.351.57.0
TUnit.Assertionsnugetminor1.56.351.57.0
TUnit.Assertions.FSharpnugetminor1.56.351.57.0
TUnit.Corenugetminor1.56.351.57.0
TUnit.Enginenugetminor1.56.351.57.0

Release Notes

thomhurst/TUnit (TUnit)

v1.57.0: 1.57.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.56.35...v1.57.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.

🔕 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 has been generated by Mend Renovate.

@thomhurstthomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Jun 28, 2026
@thomhurst
thomhurst enabled auto-merge (squash) June 28, 2026 13:37

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: chore(deps): update tunit to 1.57.0

Summary: Automated Renovate PR bumping all TUnit-family packages from 1.56.351.57.0 in Directory.Packages.props.

What's Changed

All 6 modified lines are version bumps in the centralized Directory.Packages.props file (Central Package Management):

  • TUnit 1.56.35 → 1.57.0
  • TUnit.Assertions 1.56.35 → 1.57.0
  • TUnit.Assertions.FSharp 1.56.35 → 1.57.0
  • TUnit.AspNetCore 1.56.35 → 1.57.0
  • TUnit.Core 1.56.35 → 1.57.0
  • TUnit.Engine 1.56.35 → 1.57.0

Assessment

Correctness: All six packages are bumped together to the same version, which is the right approach — these are sibling packages released in lockstep and version mismatches between them would cause runtime errors.

Version 1.57.0 includes: (from release notes)

  • : consolidated per-file ModuleInitializers into a merged — a meaningful perf improvement for large test projects.
  • : resolved ambiguity on .NET 8 SDK — a genuine correctness fix.
  • : generated mocks for qualified-name calls.

All fixes in 1.57.0 are changes this repository itself authored and merged, so there is no forward-compatibility risk.

No Issues Found

The change is minimal, correctly scoped, and all packages are kept in sync. Safe to merge.

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: chore(deps): update tunit to 1.57.0

Summary: Automated Renovate PR bumping all TUnit-family packages from 1.56.351.57.0 in Directory.Packages.props.

What's Changed

All 6 modified lines are version bumps in the centralized Directory.Packages.props file (Central Package Management):

  • TUnit 1.56.35 → 1.57.0
  • TUnit.Assertions 1.56.35 → 1.57.0
  • TUnit.Assertions.FSharp 1.56.35 → 1.57.0
  • TUnit.AspNetCore 1.56.35 → 1.57.0
  • TUnit.Core 1.56.35 → 1.57.0
  • TUnit.Engine 1.56.35 → 1.57.0

Assessment

Correctness: All six packages are bumped together to the same version, which is correct — these are sibling packages released in lockstep, and version mismatches between them would cause runtime errors.

Version 1.57.0 includes (from release notes):

  • Perf improvement: consolidated per-file ModuleInitializers into a merged .cctor — meaningful for large test projects.
  • Fix: resolved CS0121IsEqualTo ambiguity on .NET 8 SDK.
  • Fix: generated mocks for qualified-name X.Mock() calls.

All fixes in 1.57.0 are changes this repository itself authored and merged, so there is no forward-compatibility risk.

No Issues Found

The change is minimal, correctly scoped, and all packages are kept in sync. Safe to merge.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics0 complexity

MetricResults
Complexity0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a Renovate-generated dependency update bumping all six TUnit self-referencing packages from 1.56.35 to 1.57.0 in Directory.Packages.props.

What the change does: Updates the versions used when dog-fooding TUnit against itself — a single-file, 6-line version bump with no logic changes.

Observations:

  • All six packages are bumped consistently to the same version, which is correct — mixing versions across the TUnit family (Core/Engine/Assertions/AspNetCore) in the same consuming project would risk subtle incompatibilities.
  • The 1.57.0 release includes meaningful upstream improvements (source-gen .cctor consolidation for perf, CS0121 ambiguity fix on .NET 8, qualified-name mock support), so the update is worth taking.
  • Automerge is enabled, which is appropriate for this class of routine self-update.
  • No issues found — this is a clean, mechanical update.

Verdict: LGTM. Nothing to change here.

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a Renovate-generated dependency update bumping all six TUnit self-referencing packages from 1.56.35 to 1.57.0 in Directory.Packages.props.

What the change does: Updates the versions used when dog-fooding TUnit against itself — a single-file, 6-line version bump with no logic changes.

Observations:

  • All six packages are bumped consistently to the same version, which is correct — mixing versions across the TUnit family (Core/Engine/Assertions/AspNetCore) in the same consuming project would risk subtle incompatibilities.
  • The 1.57.0 release includes meaningful upstream improvements (source-gen .cctor consolidation for perf, CS0121 ambiguity fix on .NET 8, qualified-name mock support), so the update is worth taking.
  • Automerge is enabled, which is appropriate for this class of routine self-update.
  • No issues found — this is a clean, mechanical update.

Verdict: LGTM. Nothing to change here.

This was referenced Aug 24, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMINORrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thomhurst@renovate-bot