8000 Comparing v1.9.85...v1.9.91 · thomhurst/TUnit · GitHub
[go: up one dir, main page]

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.9.85
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.9.91
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 12, 2026

  1. chore(deps): update dependency polyfill to 9.7.1 (#4319)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    17a8dd8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency polyfill to 9.7.1 (#4318)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f4eccf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16698df View commit details
    Browse the repository at this point in the history
  4. chore(deps): update tunit to 1.9.85 (#4317)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    0487d75 View commit details
    Browse the repository at this point in the history
  5. 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>
    thomhurst and claude authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    11664dc View commit details
    Browse the repository at this point in the history
  6. 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>
    thomhurst and claude authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    a0fb6fb View commit details
    Browse the repository at this point in the history
Loading
0