Skip to content

Update dependency TUnit to 1.21.20#15

Merged
Nice3point merged 1 commit intomainfrom
renovate/tunit-1.x
Mar 25, 2026
Merged

Update dependency TUnit to 1.21.20#15
Nice3point merged 1 commit intomainfrom
renovate/tunit-1.x

Conversation

@Nice3point
Copy link
Copy Markdown
Member

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.13.601.21.20

Release Notes

thomhurst/TUnit (TUnit)

v1.21.20: 1.21.20

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.6...v1.21.20

v1.21.6: 1.21.6

What's Changed

Other Changes
  • perf: replace object locks with Lock type for efficient synchronization by @​thomhurst in #​5219
  • perf: parallelize test metadata collection for source-generated tests by @​thomhurst in #​5221
  • perf: use GetOrAdd args overload to eliminate closure allocations in event receivers by @​thomhurst in #​5222
  • perf: self-contained TestEntry with consolidated switch invokers eliminates per-test JIT by @​thomhurst in #​5223
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.0...v1.21.6

v1.21.0: 1.21.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.20.0...v1.21.0

v1.20.0: 1.20.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.74...v1.20.0

v1.19.74: 1.19.74

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.19.57...v1.19.74

v1.19.57: 1.19.57

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.22...v1.19.57

v1.19.22: 1.19.22

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.16...v1.19.22

v1.19.16: 1.19.16

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.11...v1.19.16

v1.19.11: 1.19.11

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.0...v1.19.11

v1.19.0: 1.19.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.18.37...v1.19.0

v1.18.37: 1.18.37

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.18.21...v1.18.37

v1.18.21: 1.18.21

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.18.9...v1.18.21

v1.18.9: 1.18.9

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.18.0...v1.18.9

v1.18.0: 1.18.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.54...v1.18.0

v1.17.54: 1.17.54

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.36...v1.17.54

v1.17.36: 1.17.36

What's Changed

Other Changes
  • feat(mocks): concise API — inline lambdas, untyped Any(), global static import by @​thomhurst in #​5017
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.29...v1.17.36

v1.17.29: 1.17.29

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.25...v1.17.29

v1.17.25: 1.17.25

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.20...v1.17.25

v1.17.20: 1.17.20

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.11...v1.17.20

v1.17.11: 1.17.11

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.7...v1.17.11

v1.17.7: 1.17.7

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.4...v1.17.7

v1.17.4: 1.17.4

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.17.0...v1.17.4

v1.17.0: 1.17.0

TUnit.Mocks comes out in beta!

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.16.4...v1.17.0

v1.16.4: 1.16.4

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.16.0...v1.16.4

v1.16.0: 1.16.0

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 March 25, 2026 12:37
@Nice3point Nice3point added the maintenance ⚙️ Some regular maintenance updates label Mar 25, 2026
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 centrally managed NuGet dependency on TUnit to a newer minor version so the repository’s unit tests use the latest TUnit features/fixes.

Changes:

  • Bump TUnit NuGet package version from 1.13.60 to 1.21.20 via central package management.

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


<!-- Testing -->
<PackageVersion Include="TUnit" Version="1.13.60"/>
<PackageVersion Include="TUnit" Version="1.21.20"/>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This PR bumps the test framework version, but the current CI workflow appears to only run the build pipeline without the "test" module, so unit tests may not be exercised after this upgrade. Consider updating CI to run the unit tests (or ensure this PR is validated by running the test module in CI) to catch any breaking changes introduced by the TUnit update.

Copilot uses AI. Check for mistakes.
@Nice3point Nice3point merged commit 39c0c45 into main Mar 25, 2026
5 checks passed
@Nice3point Nice3point deleted the renovate/tunit-1.x branch March 25, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance ⚙️ Some regular maintenance updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants