Skip to content

Conversation

@thomhurst
Copy link
Owner

@thomhurst thomhurst commented Aug 11, 2025

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 0.53.0 -> 0.90.45

Release Notes

thomhurst/TUnit (TUnit)

v0.90.45: 0.90.45

What's Changed

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.42...v0.90.45

v0.90.42: 0.90.42

What's Changed

🏕 Changes
  • feat: enable conditional source generation based on configuration property by @​thomhurst in #​3699
  • refactor: adjust parallelism handling in TestScheduler for better resource management by @​thomhurst in #​3701
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.38...v0.90.42

v0.90.38: 0.90.38

What's Changed

🏕 Changes
  • refactor: optimize injection and initialization tasks for better performance and reduced allocations by @​thomhurst in #​3696
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.35...v0.90.38

v0.90.35: 0.90.35

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.32...v0.90.35

v0.90.32: 0.90.32

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.28...v0.90.32

v0.90.28: 0.90.28

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.19...v0.90.28

v0.90.19: 0.90.19

What's Changed

🏕 Changes
  • perf: optimize AsyncConsoleWriter for batch processing and increase default parallel limit by @​thomhurst in #​3674
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.17...v0.90.19

v0.90.17: 0.90.17

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.6...v0.90.17

v0.90.6: 0.90.6

What's Changed

🏕 Changes
  • feat: enhance initialization and execution with cancellation support by @​thomhurst in #​3655
  • feat: enhance dynamic test queue with async wait support and optimize test scheduler by @​thomhurst in #​3657
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.0...v0.90.6

v0.90.0: 0.90.0

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.89.2...v0.90.0

v0.89.2: 0.89.2

What's Changed

🏕 Changes
  • feat: enhance error handling by introducing TestExecutionException to aggregate hook and event receiver errors by @​thomhurst in #​3647
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.89.0...v0.89.2

v0.89.0: 0.89.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.88.0...v0.89.0

v0.88.0: 0.88.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.87.8...v0.88.0

v0.87.8: 0.87.8

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.86.10...v0.87.8

v0.86.10: 0.86.10

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.85.1...v0.86.10

v0.85.1: 0.85.1

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.85.0...v0.85.1

v0.85.0: 0.85.0

What's Changed

Breaking Changes 🛠
  • refactor: restructure TestContext for clarity and intellisense discoverability by @​thomhurst in #​3584

See more information here: https://tunit.dev/docs/migration/testcontext-interface-organization

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.81.7...v0.85.0

v0.81.7: 0.81.7

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.81.0...v0.81.7

v0.81.0: 0.81.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.80.0...v0.81.0

v0.80.0: 0.80.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.79.0...v0.80.0

v0.79.0: 0.79.0

What's Changed

Breaking Changes 🛠
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.78.0...v0.79.0

v0.78.0: 0.78.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.77.10...v0.78.0

v0.77.10: 0.77.10

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.77.3...v0.77.10

v0.77.3: 0.77.3

What's Changed

🏕 Changes
  • analyzer: include referenced assemblies when retrieving all named types in compilation by @​thomhurst in #​3529
  • perf: optimize asynchronous event handling with lock-free operations and immutable collections by @​thomhurst in #​3535
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.77.0...v0.77.3

v0.77.0: 0.77.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.26...v0.77.0

v0.76.26: 0.76.26

What's Changed

🏕 Changes
  • [Docs] Add section on using return values from awaited assertions by @​sliekens in #​3523
  • feat: add IsNotNullAssertionSuppressor to suppress nullability warnings after non-null assertions by @​thomhurst in #​3506
  • refactor: optimize task handling by replacing Task with ValueTask for improved performance by @​thomhurst in #​3528
  • feat: implement custom hook executor support for test execution by @​thomhurst in #​3357
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.76.18...v0.76.26

v0.76.18: 0.76.18

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.11...v0.76.18

v0.76.11: 0.76.11

What's Changed

🏕 Changes
  • feat: enhance Polyfill handling for Central Package Management and improve documentation by @​thomhurst in #​3512
  • feat: simplify IsTypeOf assertions by removing redundant type parameters by @​thomhurst in #​3515
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.7...v0.76.11

v0.76.7: 0.76.7

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.0...v0.76.7

v0.76.0: 0.76.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.75.30...v0.76.0

v0.75.30: 0.75.30

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.75.11...v0.75.30

v0.75.11: 0.75.11

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.75.5...v0.75.11

v0.75.5: 0.75.5

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.75.4...v0.75.5

v0.75.4: 0.75.4

What's Changed

🏕 Changes
  • feat(assertions): add CollectionNotNullAssertion for collection null checks with chaining support by @​thomhurst in #​3473
  • feat(assertions): add nullable value type assertions for IsDefault and IsNotDefault by @​thomhurst in #​3475
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.75.0...v0.75.4

v0.75.0: 0.75.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.74.2...v0.75.0

v0.74.2: 0.74.2

What's Changed

🏕 Changes
  • feat(assertions): implement structural equality comparison for collections by @​thomhurst in #​3458
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.74.0...v0.74.2

v0.74.0: 0.74.0

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.73.19...v0.74.0

v0.73.19: 0.73.19

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.14...v0.73.19

v0.73.14: 0.73.14

What's Changed

🏕 Changes
  • feat(assertions): enhance Map method to support automatic pending link transfer by @​thomhurst in #​3435
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.11...v0.73.14

v0.73.11: 0.73.11

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.4...v0.73.11

v0.73.4: 0.73.4

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.0...v0.73.4

v0.73.0: 0.73.0

What's Changed

Breaking Changes 🛠
  • refactor(assertions): update member assertion syntax for improved chaining by @​thomhurst in #​3409
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.72.0...v0.73.0

v0.72.0: 0.72.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.71.4...v0.72.0

[v0.71.4](https://redirect.github.com/thomhurst/T


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 this update 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 Aug 11, 2025
@thomhurst thomhurst enabled auto-merge (squash) August 11, 2025 18:35
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.55.0 chore(deps): update dependency tunit to 0.55.6 Aug 12, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.55.6 chore(deps): update dependency tunit to 0.55.21 Aug 13, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.55.21 chore(deps): update dependency tunit to 0.55.23 Aug 13, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.55.23 chore(deps): update dependency tunit to 0.56.5 Aug 14, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.56.5 chore(deps): update dependency tunit to 0.56.35 Aug 17, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.89.2 chore(deps): update dependency tunit to 0.90.0 Nov 2, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.0 chore(deps): update dependency tunit to 0.90.6 Nov 2, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.6 chore(deps): update dependency tunit to 0.90.17 Nov 3, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.17 chore(deps): update dependency tunit to 0.90.19 Nov 3, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.19 chore(deps): update dependency tunit to 0.90.28 Nov 4, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.28 chore(deps): update dependency tunit to 0.90.32 Nov 4, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.32 chore(deps): update dependency tunit to 0.90.35 Nov 4, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.35 chore(deps): update dependency tunit to 0.90.38 Nov 4, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.38 chore(deps): update dependency tunit to 0.90.42 Nov 4, 2025
@thomhurst thomhurst changed the title chore(deps): update dependency tunit to 0.90.42 chore(deps): update dependency tunit to 0.90.45 Nov 5, 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