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: v0.90.45
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.0.0
Choose a head ref
  • 14 commits
  • 66 files changed
  • 4 contributors

Commits on Nov 5, 2025

  1. chore(deps): update tunit to 0.90.45 (#3704)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    4368901 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#3705)

    Co-authored-by: thomhurst <[email protected]>
    github-actions[bot] and thomhurst authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    dbcb477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af4a7f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5e910 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8e081d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b544842 View commit details
    Browse the repository at this point in the history
  7. Enhance philosophy documentation by adding guidance on using [Depends…

    …On] for test dependencies
    thomhurst committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    e589ce2 View commit details
    Browse the repository at this point in the history
  8. Enhance migration documentation by adding quick reference tables for …

    …MSTest, NUnit, and xUnit
    thomhurst committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    fd08a78 View commit details
    Browse the repository at this point in the history
  9. Fix migration guide links to point to automated migration sections fo…

    …r xUnit, NUnit, and MSTest
    thomhurst committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    b402e25 View commit details
    Browse the repository at this point in the history
  10. Clarify .NET version requirements for code coverage in migration and …

    …troubleshooting documentation
    thomhurst committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    9f9b9f1 View commit details
    Browse the repository at this point in the history
  11. Enhance documentation on test method signatures and hook methods, cla…

    …rifying synchronous and asynchronous usage for TUnit assertions and lifecycle management.
    thomhurst committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    116ddac View commit details
    Browse the repository at this point in the history
  12. Refactor assertions to use 'Within' method for tolerance checks acros…

    …s multiple documentation files
    thomhurst committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    232da1d View commit details
    Browse the repository at this point in the history
  13. Implement GetNestedClassName method and update test ID generation to …

    …use nested class names with '+' separator (#3708)
    thomhurst authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    b41d254 View commit details
    Browse the repository at this point in the history
  14. +semver:major - Refactor TestContext and related interfaces for tidin…

    …ess and cohesion (#3709)
    
    * Refactor TestContext and related interfaces to enhance event handling and service retrieval; add new output methods for better test output management.
    
    * Refactor TestContext and related interfaces for improved API consistency and type safety
    
    * Refactor TestContext interface to enhance event handling with nullable lazy-initialized properties; reorganize properties for improved clarity and consistency.
    
    * Refactor ITestMetadata and TestBuilderContext to change Id type from Guid to string; update TestContext and related files for consistency in ID handling.
    
    * Refactor ITestMetadata and TestBuilderContext to replace Id with DefinitionId for improved clarity; update related files for consistency in test identification.
    thomhurst authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    4bab947 View commit details
    Browse the repository at this point in the history
Loading