-
-
Notifications
You must be signed in to change notification settings - Fork 125
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.65
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 34 files changed
- 4 contributors
Commits on Jan 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bd79be4 - Browse repository at this point
Copy the full SHA bd79be4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for af37ac6 - Browse repository at this point
Copy the full SHA af37ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5460395 - Browse repository at this point
Copy the full SHA 5460395View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e59bf65 - Browse repository at this point
Copy the full SHA e59bf65View commit details -
chore(deps): update tunit to 1.12.58 (#4571)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 11d11e1 - Browse repository at this point
Copy the full SHA 11d11e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a94d2 - Browse repository at this point
Copy the full SHA 34a94d2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a78374e - Browse repository at this point
Copy the full SHA a78374eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.58...v1.12.65