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.19.0
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.19.16
Choose a head ref
  • 16 commits
  • 67 files changed
  • 6 contributors

Commits on Mar 6, 2026

  1. chore(deps): update dependency nunit to 4.5.1 (#5097)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    40fabd2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update tunit to 1.19.0 (#5099)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    271b403 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Configuration menu
    Copy the full SHA
    be9b880 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency humanizer to 3.0.10 (#5101)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    64ce91e View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency nunit.analyzers to 4.12.0 (#5102)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    4e5b663 View commit details
    Browse the repository at this point in the history
  4. fix: sort groups in HTML report when sort mode is changed (#5103)

    The sort toggle in the HTML report only sorted tests within each group
    but never reordered the groups themselves. Added sortGroups() to also
    sort groups by duration (slowest first) or name (alphabetical).
    
    Also added an empty favicon link to prevent 404 errors when the report
    is served from a remote host.
    thomhurst authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    cc4d553 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Configuration menu
    Copy the full SHA
    df641e4 View commit details
    Browse the repository at this point in the history
  2. fix: correct expand-all icon SVG in HTML report (#5105)

    The top-left and top-right corners of the expandAll SVG had broken
    coordinates that drew outside the 0-16 viewBox, resulting in a wonky
    icon. Fixed by properly mirroring the working bottom corners vertically.
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    slang25 and claude authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    4ce8731 View commit details
    Browse the repository at this point in the history
  3. Avoid some redundant list allocations (#4963)

    * avoid some redundant list allocations
    
    * remove redundant ToArray
    
    * Update MigrationAnalyzer.cs
    
    * remove more redundant lists
    
    * remove redundant .ToArray();
    
    * Update AspireFixture.cs
    SimonCropp authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    05b90af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ff0583 View commit details
    Browse the repository at this point in the history
  5. use char instead of string for joins (#4989)

    Co-authored-by: Tom Longhurst <30480171+thomhurst@users.noreply.github.com>
    SimonCropp and thomhurst authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    78d1958 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update tunit to 1.19.11 (#5106)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    79bfd9d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Configuration menu
    Copy the full SHA
    b3f0152 View commit details
    Browse the repository at this point in the history
  2. truncate exceptions in GitHub summary tables to message + first stack…

    … frame (#5108)
    
    GitHub summaries have limited data capacity. Previously, full exception
    ToString() (type, message, and entire stack trace) was written to the
    summary table. Now only the message and first line of the stack trace
    are included, keeping summaries concise while still useful.
    thomhurst authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    da6644a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump dompurify from 3.3.0 to 3.3.2 in /docs (#5096)

    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.0 to 3.3.2.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](cure53/DOMPurify@3.3.0...3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-version: 3.3.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    71249d9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump svgo from 3.2.0 to 3.3.3 in /docs (#5086)

    Bumps [svgo](https://github.com/svg/svgo) from 3.2.0 to 3.3.3.
    - [Release notes](https://github.com/svg/svgo/releases)
    - [Commits](svg/svgo@v3.2.0...v3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: svgo
      dependency-version: 3.3.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    066e899 View commit details
    Browse the repository at this point in the history
Loading