-
-
Notifications
You must be signed in to change notification settings - Fork 128
Comparing changes
Open a pull request
base repository: thomhurst/TUnit
base: v1.19.0
head repository: thomhurst/TUnit
compare: v1.19.16
- 16 commits
- 67 files changed
- 6 contributors
Commits on Mar 6, 2026
-
chore(deps): update dependency nunit to 4.5.1 (#5097)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 40fabd2 - Browse repository at this point
Copy the full SHA 40fabd2View commit details -
chore(deps): update tunit to 1.19.0 (#5099)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 271b403 - Browse repository at this point
Copy the full SHA 271b403View commit details
Commits on Mar 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for be9b880 - Browse repository at this point
Copy the full SHA be9b880View commit details -
chore(deps): update dependency humanizer to 3.0.10 (#5101)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 64ce91e - Browse repository at this point
Copy the full SHA 64ce91eView commit details -
chore(deps): update dependency nunit.analyzers to 4.12.0 (#5102)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 4e5b663 - Browse repository at this point
Copy the full SHA 4e5b663View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cc4d553 - Browse repository at this point
Copy the full SHA cc4d553View commit details
Commits on Mar 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for df641e4 - Browse repository at this point
Copy the full SHA df641e4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4ce8731 - Browse repository at this point
Copy the full SHA 4ce8731View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 05b90af - Browse repository at this point
Copy the full SHA 05b90afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff0583 - Browse repository at this point
Copy the full SHA 5ff0583View commit details -
use char instead of string for joins (#4989)
Co-authored-by: Tom Longhurst <30480171+thomhurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78d1958 - Browse repository at this point
Copy the full SHA 78d1958View commit details -
chore(deps): update tunit to 1.19.11 (#5106)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 79bfd9d - Browse repository at this point
Copy the full SHA 79bfd9dView commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b3f0152 - Browse repository at this point
Copy the full SHA b3f0152View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for da6644a - Browse repository at this point
Copy the full SHA da6644aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 71249d9 - Browse repository at this point
Copy the full SHA 71249d9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 066e899 - Browse repository at this point
Copy the full SHA 066e899View 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.19.0...v1.19.16