-
-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: thomhurst/TUnit
base: v1.9.85
head repository: thomhurst/TUnit
compare: v1.9.91
- 6 commits
- 14 files changed
- 4 contributors
Commits on Jan 12, 2026
-
chore(deps): update dependency polyfill to 9.7.1 (#4319)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 17a8dd8 - Browse repository at this point
Copy the full SHA 17a8dd8View commit details -
chore(deps): update dependency polyfill to 9.7.1 (#4318)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for f4eccf0 - Browse repository at this point
Copy the full SHA f4eccf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16698df - Browse repository at this point
Copy the full SHA 16698dfView commit details -
chore(deps): update tunit to 1.9.85 (#4317)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 0487d75 - Browse repository at this point
Copy the full SHA 0487d75View commit details -
fix: handle IgnoringType for types nested in ValueTypes (#4322)
When a type is stored inside a ValueTuple (or any value type implementing IEquatable<T>), the tuple was treated as a "primitive" type and compared directly with Equals() instead of recursively comparing members. This caused IgnoringType to be bypassed for types nested within tuples. The fix adds a ContainsIgnoredGenericArgument() check that recursively inspects generic type arguments. When a generic value type contains an ignored type, the comparison falls through to structural comparison which properly handles the ignored type. Fixes #4320 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 11664dc - Browse repository at this point
Copy the full SHA 11664dcView commit details -
feat: add class name to GitHub Reporter test output (#4324)
Fixes #4323 - The GitHub Reporter now displays the class name alongside the method name in the Test column of the Details table, making it easier to identify which specific test is being referenced. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for a0fb6fb - Browse repository at this point
Copy the full SHA a0fb6fbView commit details
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.9.85...v1.9.91