Skip to content

Update dependency TUnit to 1.44.0#154

Merged
Nice3point merged 1 commit into
developfrom
renovate/tunit-1.x
May 12, 2026
Merged

Update dependency TUnit to 1.44.0#154
Nice3point merged 1 commit into
developfrom
renovate/tunit-1.x

Conversation

@Nice3point
Copy link
Copy Markdown
Owner

@Nice3point Nice3point commented Apr 8, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.28.71.44.0

Release Notes

thomhurst/TUnit (TUnit)

v1.44.0: 1.44.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.43.41...v1.44.0

v1.43.41: 1.43.41

What's Changed

Other Changes
  • feat(playwright): expose default Context/Launch options on settings by @​thomhurst in #​5861
  • fix(hooks): resolve TestDiscovery hook context type by attribute kind, not method name by @​thomhurst in #​5860
Dependencies

Full Changelog: thomhurst/TUnit@v1.43.38...v1.43.41

v1.43.38: 1.43.38

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.43.37...v1.43.38

v1.43.37: 1.43.37

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.43.11...v1.43.37

v1.43.11: 1.43.11

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.43.2...v1.43.11

v1.43.2: 1.43.2

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.41.0...v1.43.2

v1.41.0: 1.41.0

TUnit Should() Assertions (beta)

This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);

For more information see the docs: https://tunit.dev/docs/assertions/should-syntax

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.40.10...v1.41.0

v1.40.10: 1.40.10

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.40.5...v1.40.10

v1.40.5: 1.40.5

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.40.0...v1.40.5

v1.40.0: 1.40.0

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.39.0...v1.40.0

v1.39.0: 1.39.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.37.36...v1.39.0

v1.37.36: 1.37.36

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.37.35...v1.37.36

v1.37.35: 1.37.35

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.37.24...v1.37.35

v1.37.24: 1.37.24

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.37.10...v1.37.24

v1.37.10: 1.37.10

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.37.0...v1.37.10

v1.37.0: 1.37.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.36.0...v1.37.0

v1.36.0: 1.36.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.35.2...v1.36.0

v1.35.2: 1.35.2

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.35.0...v1.35.2

v1.35.0: 1.35.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.34.5...v1.35.0

v1.34.5: 1.34.5

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.34.0...v1.34.5

v1.34.0: 1.34.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.33.0...v1.34.0

v1.33.0: 1.33.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.32.0...v1.33.0

v1.32.0: 1.32.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.31.0...v1.32.0

v1.31.0: 1.31.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.30.8...v1.31.0

v1.30.8: 1.30.8

What's Changed

Other Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 April 8, 2026 02:35
Copy link
Copy Markdown

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

Updates the TUnit NuGet dependency to the latest minor release across the Revit unit-test template and the multi-project sample test project.

Changes:

  • Bump TUnit from 1.28.7 to 1.29.0 in the Revit unit-test template project.
  • Bump TUnit from 1.28.7 to 1.29.0 in the sample solution’s test project.

Reviewed changes

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

File Description
source/Nice3point.Revit.Templates/Nice3point.Unit.Revit/Nice3point.Unit.Revit.1.csproj Updates the template’s pinned TUnit package version to 1.29.0.
samples/MultiProjectSolution/tests/RevitAddin.Tests/RevitAddin.Tests.csproj Updates the sample test project’s pinned TUnit package version to 1.29.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Nice3point Nice3point changed the title Update dependency TUnit to 1.29.0 Update dependency TUnit to 1.30.0 Apr 9, 2026
@Nice3point Nice3point force-pushed the renovate/tunit-1.x branch from ca7ab41 to ada742a Compare April 9, 2026 13:45
@Nice3point Nice3point changed the title Update dependency TUnit to 1.30.0 Update dependency TUnit to 1.30.8 Apr 10, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.30.8 Update dependency TUnit to 1.31.0 Apr 11, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.31.0 Update dependency TUnit to 1.32.0 Apr 12, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.32.0 Update dependency TUnit to 1.33.0 Apr 13, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.33.0 Update dependency TUnit to 1.34.5 Apr 16, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.34.5 Update dependency TUnit to 1.35.2 Apr 17, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.35.2 Update dependency TUnit to 1.36.0 Apr 18, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.36.0 Update dependency TUnit to 1.37.0 Apr 19, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.37.0 Update dependency TUnit to 1.37.10 Apr 21, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.37.10 Update dependency TUnit to 1.37.24 Apr 22, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.37.24 Update dependency TUnit to 1.37.36 Apr 23, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.37.36 Update dependency TUnit to 1.39.0 Apr 24, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.39.0 Update dependency TUnit to 1.40.5 Apr 27, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.40.5 Update dependency TUnit to 1.40.10 Apr 28, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.40.10 Update dependency TUnit to 1.41.0 Apr 30, 2026
@Nice3point Nice3point changed the title Update dependency TUnit to 1.41.0 Update dependency TUnit to 1.43.2 May 2, 2026
@Nice3point Nice3point force-pushed the renovate/tunit-1.x branch from 3cbf3c3 to 9639e25 Compare May 2, 2026 13:17
@Nice3point Nice3point changed the title Update dependency TUnit to 1.43.2 Update dependency TUnit to 1.43.11 May 3, 2026
@Nice3point Nice3point force-pushed the renovate/tunit-1.x branch from 9639e25 to 990f4c2 Compare May 3, 2026 03:24
@Nice3point Nice3point changed the title Update dependency TUnit to 1.43.11 Update dependency TUnit to 1.43.41 May 9, 2026
@Nice3point Nice3point force-pushed the renovate/tunit-1.x branch from 990f4c2 to b4e4308 Compare May 9, 2026 02:56
@Nice3point Nice3point changed the title Update dependency TUnit to 1.43.41 Update dependency TUnit to 1.44.0 May 11, 2026
@Nice3point Nice3point force-pushed the renovate/tunit-1.x branch from b4e4308 to b7dc6bb Compare May 11, 2026 03:39
@Nice3point Nice3point force-pushed the renovate/tunit-1.x branch from b7dc6bb to a92b03e Compare May 12, 2026 15:21
@Nice3point Nice3point merged commit 9eb7975 into develop May 12, 2026
1 check passed
@Nice3point Nice3point deleted the renovate/tunit-1.x branch May 12, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants