Skip to content

Conversation

@thomhurst
Copy link
Owner

@thomhurst thomhurst commented Dec 5, 2025

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.3.25 -> 1.5.6
TUnit.Assertions nuget minor 1.3.25 -> 1.5.6
TUnit.Assertions.FSharp nuget minor 1.3.25 -> 1.5.6
TUnit.Core nuget minor 1.3.25 -> 1.5.6
TUnit.Playwright nuget minor 1.3.25 -> 1.5.6

Release Notes

thomhurst/TUnit (TUnit)

v1.5.6: 1.5.6

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: v1.5.1...v1.5.6

v1.5.1: 1.5.1

What's Changed
🏕 Changes
  • fix: prevent IAsyncInitializer from running during test discovery when using InstanceMethodDataSource by @​thomhurst in #​4002

Full Changelog: v1.5.0...v1.5.1

v1.5.0: 1.5.0

What's Changed
🏕 Changes
  • feat: add IAsyncDiscoveryInitializer for asynchronous initialization during test discovery by @​thomhurst in #​4000

Full Changelog: v1.4.8...v1.5.0

v1.4.8: 1.4.8

What's Changed
🏕 Changes

Full Changelog: v1.4.7...v1.4.8

v1.4.7: 1.4.7

What's Changed
🏕 Changes
New Contributors

Full Changelog: v1.4.5...v1.4.7

v1.4.5: 1.4.5

What's Changed
🏕 Changes
  • fix: add regression test for TestContext.Current null issue during property injection by @​thomhurst in #​3995
  • fix: don't run IAsyncInitializer during discovery phase by @​thomhurst in #​3996
  • feat: add support for reusing discovery instances in test building and property resolution by @​thomhurst in #​3998
👒 Dependencies

Full Changelog: v1.4.0...v1.4.5

v1.4.0: 1.4.0

What's Changed
🏕 Changes
👒 Dependencies
New Contributors

Full Changelog: v1.3.25...v1.4.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.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Dec 5, 2025
Copilot AI review requested due to automatic review settings December 5, 2025 20:40
@thomhurst thomhurst enabled auto-merge (squash) December 5, 2025 20:40
@thomhurst thomhurst added dependencies Pull requests that update a dependency file renovate-bot MINOR labels Dec 5, 2025
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 PR updates TUnit and related packages from version 1.3.25 to 1.4.0 across all template project files in the repository. The update includes the main TUnit package as well as TUnit.Assertions, TUnit.Assertions.FSharp, TUnit.Core, and TUnit.Playwright packages.

  • Updates TUnit packages to version 1.4.0 to incorporate new features including improved F# async support, JUnit reporter, and F# computation expressions for assertions
  • Maintains version consistency across all template projects and the central package management file

Reviewed changes

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

Show a summary per file
File Description
TUnit.Templates/content/TUnit/TestProject.csproj Updates TUnit package reference to 1.4.0
TUnit.Templates/content/TUnit.VB/TestProject.vbproj Updates TUnit package reference to 1.4.0 in VB.NET template
TUnit.Templates/content/TUnit.Playwright/TestProject.csproj Updates TUnit.Playwright package reference to 1.4.0
TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj Updates TUnit and TUnit.Assertions.FSharp packages to 1.4.0 in F# template
TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csproj Updates TUnit package reference to 1.4.0 in Aspire test template
TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csproj Updates TUnit package reference to 1.4.0 in Aspire starter template
TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj Updates TUnit package reference to 1.4.0 in ASP.NET template
TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj Updates TUnit and TUnit.Assertions.FSharp packages to 1.4.0 in ASP.NET F# template
Directory.Packages.props Updates centrally managed TUnit, TUnit.Core, and TUnit.Assertions package versions to 1.4.0

<PackageReference Include="TUnit" Version="1.3.25" />
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.3.25" />
<PackageReference Include="TUnit" Version="1.4.0" />
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" />
Copy link

Copilot AI Dec 5, 2025

Choose a reason for hiding this comment

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

Trailing whitespace detected after the closing tag. Remove the trailing tab/space character at the end of this line.

Suggested change
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" />
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" />

Copilot uses AI. Check for mistakes.
<PackageReference Include="TUnit" Version="1.3.25" />
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.3.25" />
<PackageReference Include="TUnit" Version="1.4.0" />
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" />
Copy link

Copilot AI Dec 5, 2025

Choose a reason for hiding this comment

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

Trailing whitespace detected after the closing tag. Remove the trailing tab/space character at the end of this line.

Suggested change
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" />
<PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" />

Copilot uses AI. Check for mistakes.
This was referenced Dec 17, 2025
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