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.71.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: v0.71.4
Choose a head ref
  • 4 commits
  • 36 files changed
  • 2 contributors

Commits on Oct 14, 2025

  1. chore(deps): update dependency microsoft.templateengine.authoring.cli…

    … to v9.0.306 (#3381)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    785dc99 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency microsoft.build.utilities.core to 17.1…

    …4.28 (#3380)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    9365a79 View commit details
    Browse the repository at this point in the history
  3. Add generated assertions and extension methods for various constraints (

    #3386)
    
    - Implemented assertions for methods with multiple constraints, including HasProperty.
    - Added assertions for notnull constraints with HasValue.
    - Created assertions for reference type constraints with IsNullOrDefault.
    - Developed assertions for value type constraints with IsDefault.
    - Introduced a new test case for methods with IComparable constraints, generating appropriate assertions.
    - Updated test data files to include new assertion methods and ensure proper functionality across different .NET versions.
    thomhurst authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    383e20d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f76b94f View commit details
    Browse the repository at this point in the history
Loading