Skip to content

Conversation

@thomhurst
Copy link
Owner

@thomhurst thomhurst commented Jan 2, 2026

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.7.201.8.1
TUnit.AspNetCore nuget minor 1.7.201.8.1
TUnit.Assertions nuget minor 1.7.201.8.1
TUnit.Assertions.FSharp nuget minor 1.7.201.8.1
TUnit.Core nuget minor 1.7.201.8.1
TUnit.Playwright nuget minor 1.7.201.8.1

Release Notes

thomhurst/TUnit (TUnit)

v1.8.1: 1.8.1

What's Changed
Other Changes
  • fix: use inline DisplayName, Skip, and Categories properties on [Arguments] attribute in NUnit migration by @​thomhurst in #​4216

Full Changelog: v1.8.0...v1.8.1

v1.8.0: 1.8.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.7.20...v1.8.0


Configuration

📅 Schedule: 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 Renovate Bot.

Copilot AI review requested due to automatic review settings January 2, 2026 22:09
@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Jan 2, 2026
@thomhurst thomhurst enabled auto-merge (squash) January 2, 2026 22:09
@thomhurst
Copy link
Owner Author

Summary

Updates TUnit package references in templates and test projects from 1.7.20 to 1.8.0.

Critical Issues

None found ✅

TUnit Rules Assessment

No TUnit critical rules apply to this PR:

  • ✅ No source generator changes
  • ✅ No public API changes
  • ✅ No engine/reflection code changes
  • ✅ No VSTest references
  • ✅ No performance-sensitive code modified

This is a straightforward version bump generated by Renovate Bot, updating the project's self-references to the newly released v1.8.0.

Verdict

APPROVE - No critical issues

The changes are mechanically correct and consistent across all affected files.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This is an automated dependency update PR that bumps TUnit and related packages from version 1.7.20 to 1.8.0. The update is a minor version bump that includes two new features: improved migration code fixers from other test frameworks (NUnit, MSTest, xUnit) and support for DisplayName, Skip, and Categories properties on parameterized tests via the new TestDataRow<T> wrapper type and enhanced [Arguments] attribute.

Key Changes

  • Updated TUnit package references from 1.7.20 to 1.8.0 across all project templates
  • Updated centrally managed package versions in Directory.Packages.props
  • Consistent version updates for TUnit, TUnit.AspNetCore, TUnit.Core, TUnit.Assertions, TUnit.Assertions.FSharp, and TUnit.Playwright

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
TUnit.Templates/content/TUnit/TestProject.csproj Updated TUnit reference to 1.8.0 in base C# template
TUnit.Templates/content/TUnit.VB/TestProject.vbproj Updated TUnit reference to 1.8.0 in Visual Basic template
TUnit.Templates/content/TUnit.Playwright/TestProject.csproj Updated TUnit.Playwright reference to 1.8.0 in Playwright template
TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj Updated TUnit and TUnit.Assertions.FSharp references to 1.8.0 in F# template
TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csproj Updated TUnit reference to 1.8.0 in Aspire test template
TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csproj Updated TUnit reference to 1.8.0 in Aspire starter template
TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj Updated TUnit reference to 1.8.0 in ASP.NET template
TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj Updated TUnit and TUnit.Assertions.FSharp references to 1.8.0 in ASP.NET F# template
Directory.Packages.props Updated centrally managed versions for TUnit, TUnit.AspNetCore, TUnit.Core, and TUnit.Assertions to 1.8.0

All changes in this PR are straightforward version number updates with consistent application across all affected files. The updates are aligned with the release notes and properly bump the minor version from 1.7.20 to 1.8.0.

@thomhurst
Copy link
Owner Author

Summary

Updates TUnit package versions from 1.7.20 to 1.8.0 across templates and central package management.

Critical Issues

None found ✅

This is a standard dependency version bump. The changes only update version numbers in package references - no code changes that would trigger TUnit's critical rules around dual-mode implementation, snapshot testing, AOT compatibility, or performance concerns.

Verdict

APPROVE - No critical issues

@thomhurst thomhurst changed the title chore(deps): update tunit to 1.8.0 chore(deps): update tunit to 1.8.1 Jan 2, 2026
@thomhurst
Copy link
Owner Author

Summary

Updates TUnit package references from 1.7.20 to 1.8.1 across templates and central package management.

Critical Issues

None found ✅

TUnit Rules Assessment

No TUnit critical rules apply to this PR:

  • ✅ No source generator changes
  • ✅ No public API changes
  • ✅ No engine/reflection code changes
  • ✅ No VSTest references
  • ✅ No performance-sensitive code modified
  • ✅ No snapshot test updates needed

This is a standard Renovate Bot version bump that mechanically updates package version numbers across all template files and the central package management file.

Previous Review Status

Previous reviews approved version 1.8.0. This PR has been updated to 1.8.1 (likely via Renovate rebase). All version numbers are consistently updated to 1.8.1 across all files.

Verdict

APPROVE - No critical issues

The changes are mechanically correct and version numbers are consistent across all affected files.

@thomhurst thomhurst merged commit e56d24f into main Jan 2, 2026
12 of 13 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch January 2, 2026 23:46
This was referenced Jan 5, 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.

3 participants