-
-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: thomhurst/TUnit
base: v1.0.30
head repository: thomhurst/TUnit
compare: v1.0.39
- 10 commits
- 50 files changed
- 5 contributors
Commits on Nov 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 31a5e00 - Browse repository at this point
Copy the full SHA 31a5e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b3d65 - Browse repository at this point
Copy the full SHA b4b3d65View commit details -
chore(deps): update tunit to 1.0.30 (#3729)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 183bce9 - Browse repository at this point
Copy the full SHA 183bce9View commit details
Commits on Nov 9, 2025
-
Co-authored-by: thomhurst <30480171_thomhurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9f5599 - Browse repository at this point
Copy the full SHA d9f5599View commit details -
chore: update benchmark results (#3733)
Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e01403b - Browse repository at this point
Copy the full SHA e01403bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 762a66a - Browse repository at this point
Copy the full SHA 762a66aView commit details -
chore(deps): update dependency node to v24 (#3722)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 9868927 - Browse repository at this point
Copy the full SHA 9868927View commit details -
chore(deps): update actions/setup-node action to v6 (#3721)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for b21f16a - Browse repository at this point
Copy the full SHA b21f16aView commit details -
feat: don't allocate unnecessary test node properties (#3736)
* feat: don't allocate unnecessary test node properties * fix: ensure thread-safe access by moving lock acquisition in GetStandardOutput and GetErrorOutput * feat: enhance ToTestNode method to include state properties and output handling * feat: restrict artifact and TRX report property additions to final state * fix: improve null safety for test framework capabilities retrieval * feat: add state property to test properties initialization and clean up error output check * fix: always enable TRX properties when capability exists The Microsoft Testing Platform's TRX extension Enable() callback is not being called reliably, causing isTrxEnabled to be false even when --report-trx is used. This caused CI test failures as the TRX file wouldn't contain necessary properties. Temporary fix: Always treat TRX as enabled when the capability exists. This effectively disables the optimization until we can properly detect TRX enablement. TODO: Investigate proper TRX enablement detection in Microsoft.Testing.Platform 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: ensure TRX capability is correctly checked for enabled state * fix: streamline TRX enabled state check by consolidating capability retrieval * fix: refactor TRX enabled state check into a dedicated method for clarity * fix: use TestEnd from test context for accurate timing property end time * fix: refactor TRX property estimation and exception handling for clarity --------- Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 412ec15 - Browse repository at this point
Copy the full SHA 412ec15View commit details -
Fix Type ambiguity errors when using IsAssignableTo assertions (#3738)
* Fix Type ambiguity errors when using IsAssignableTo assertions * feat: add lambda assertion contexts for type checks in member properties * feat: enhance assertion framework with async support and type-changing capabilities
Configuration menu - View commit details
-
Copy full SHA for 44cded2 - Browse repository at this point
Copy the full SHA 44cded2View 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.0.30...v1.0.39