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.13.30
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.13.40
Choose a head ref
  • 10 commits
  • 21 files changed
  • 3 contributors

Commits on Feb 10, 2026

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

    … to v10.0.103 (#4725)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    773819a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency microsoft.sourcelink.github to 10.0.103 (

    #4724)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    bdb16eb View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency fsharp.core to 10.0.103 (#4726)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    131bd2d View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency microsoft.entityframeworkcore to 10.0.3 (

    #4727)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    04b6bca View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency system.commandline to 2.0.3 (#4729)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    70abf97 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency microsoft.templateengine.authoring.tem…

    …plateverifier to 10.0.103 (#4728)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    d67be65 View commit details
    Browse the repository at this point in the history
  7. chore(deps): update microsoft.aspnetcore to 10.0.3 (#4730)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    8575f4d View commit details
    Browse the repository at this point in the history
  8. chore(deps): update microsoft.extensions (#4731)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    6ef894a View commit details
    Browse the repository at this point in the history
  9. fix: propagate CancellationToken through property injection to preven…

    …t hangs (#4715) (#4732)
    
    When IAsyncInitializer.InitializeAsync() hangs during property injection
    in a chained ClassDataSource dependency pattern, the test runner stalls
    indefinitely because CancellationToken.None is passed through the entire
    property injection chain. This threads the 5-minute discovery timeout
    CancellationToken from TestDiscoveryService through PropertyInjector,
    ObjectLifecycleService, TestBuilder, and TestArgumentRegistrationService
    so that EnsureInitializedAsync can be cancelled when the timeout fires.
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    thomhurst and claude authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    c5f251d View commit details
    Browse the repository at this point in the history
  10. chore(deps): update dependency dotnet-sdk to v10.0.103 (#4733)

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