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: 12bdecdbba
Choose a base ref
...
head repository: microsoft/testfx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2c4911469
Choose a head ref
  • 19 commits
  • 31 files changed
  • 3 contributors

Commits on Jan 30, 2026

  1. Fix stack trace assertions for Release mode on .NET Framework

    Use [MethodImpl(NoInlining)] on .NET Framework to prevent JIT from inlining
    small methods, which would remove stack frames. The assertions now check for
    the DummyTestClass method frames instead of lambda frames.
    
    Fixes #5109
    Evangelink committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    f741563 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Add 4.1 changelog

    Youssef1313 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    79f16e2 View commit details
    Browse the repository at this point in the history
  2. Run mark-shipped.ps1

    Youssef1313 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1789068 View commit details
    Browse the repository at this point in the history
  3. Update AnalyzerReleases

    Youssef1313 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    82afb98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a3a70c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-…

    …code-coverage build 20260203.2
    
    On relative base path root
    Microsoft.Testing.Extensions.CodeCoverage From Version 18.4.0-preview.26077.3 -> To Version 18.5.0-preview.26103.2
    dotnet-maestro[bot] committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    0968272 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/microsoft/testfx build 20…

    …260203.9
    
    On relative base path root
    Microsoft.Testing.Platform From Version 2.1.0-preview.26102.3 -> To Version 2.1.0-preview.26103.9
    MSTest From Version 4.1.0-preview.26102.3 -> To Version 4.1.0-preview.26103.9
    dotnet-maestro[bot] committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    27f69ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e12f4b3 View commit details
    Browse the repository at this point in the history
  4. Update with new packages

    Youssef1313 committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    c5c2c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    403f149 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    987d47a View commit details
    Browse the repository at this point in the history
  7. Update Program.cs

    Youssef1313 authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    7fcd458 View commit details
    Browse the repository at this point in the history
  8. Update Program.cs

    Youssef1313 authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    cc8e6a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae260ea View commit details
    Browse the repository at this point in the history
  10. Revert unwanted changes

    Evangelink committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    ce0f4ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d48d7fe View commit details
    Browse the repository at this point in the history
  12. Fix version typo

    Youssef1313 authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    d97b862 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    422e3a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2c4911 View commit details
    Browse the repository at this point in the history
Loading