Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.58
Choose a base ref
...
head repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.65
Choose a head ref
  • 7 commits
  • 34 files changed
  • 4 contributors

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    bd79be4 View commit details
    Browse the repository at this point in the history
  2. docs: fix incorrect API references in dynamic tests documentation (#4567

    )
    
    - Change `DynamicTest.Argument<T>()` to `DynamicTestHelper.Argument<T>()`
      which is the actual helper class name
    - Remove non-existent `[RunOnDiscovery]` attribute from Runtime example
    
    Fixes #4523
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    thomhurst and claude authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    af37ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5460395 View commit details
    Browse the repository at this point in the history
  4. fix: make thread assertion tests deterministic (#4570)

    Replace Thread.Sleep() with ManualResetEventSlim synchronization to
    ensure threads stay alive until assertions complete. This fixes flaky
    test failures where ThreadStateException was thrown because the thread
    completed before IsThreadPoolThread could be accessed.
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    thomhurst and claude authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    e59bf65 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update tunit to 1.12.58 (#4571)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    11d11e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34a94d2 View commit details
    Browse the repository at this point in the history
  7. fix: pass empty array to params parameter when [Arguments] has no val…

    …ues (#4572)
    
    When [Arguments] is used with no arguments and the test method has a
    params parameter, the parameter now correctly receives an empty array
    instead of null. This matches standard C# behavior where calling a
    method with params and no arguments passes an empty array.
    
    Fixes #4561
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    thomhurst and claude authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    a78374e View commit details
    Browse the repository at this point in the history
Loading