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: microsoft/testfx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e003d43a6c
Choose a base ref
...
head repository: microsoft/testfx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4690398cd7
Choose a head ref
  • 6 commits
  • 14 files changed
  • 5 contributors

Commits on Mar 6, 2026

  1. Fix OTel review comments: typo, IDisposable, deduplicate completed co…

    …unter, add tests
    
    - Fix typo: _totalUnknownedTests -> _totalUnknownTests
    - Implement IDisposable on OpenTelemetryResultHandler to clean up orphaned activities
    - Make TestApplicationResult implement IDisposable to forward disposal
    - Move _totalCompletedTests.Add(1) into HandleTestResult to deduplicate
    - Add 19 unit tests for OpenTelemetryResultHandler covering all Notify methods,
      activity lifecycle, tag setting, disposal, and edge cases
    Evangelink committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    70b4029 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. [main] Update dependencies from microsoft/testfx (#7505)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    f9408cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45eaaaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4a4b0 View commit details
    Browse the repository at this point in the history
  4. Fixes

    Evangelink committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    2146183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4690398 View commit details
    Browse the repository at this point in the history
Loading