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

Commits on Jul 13, 2026

  1. Configuration menu
    Copy the full SHA
    8f7dffe View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. [rel/4.3] Restore InternalsVisibleTo for deprecated MSTest.Engine to …

    …fix MethodAccessException (#9769) (#9939)
    Evangelink authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    3c8bdb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Fix MSTEST0037 incorrectly rewriting non-generic IDictionary.Contains…

    … by @Evangelink in #9968 (backport to rel/4.3) (#9979)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    nohwnd-bot and Evangelink authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    509cbe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Don't report MSTEST0065 on collection types that declare their own eq…

    …uality by @Evangelink in #9978 (backport to rel/4.3) (#10003)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    3 people authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    be18ca1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. Don't flag Assert.AreEqual self-comparison for user-defined equality by

    @Evangelink in #10008 (backport to rel/4.3) (#10043)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    nohwnd-bot and Evangelink authored Jul 17, 2026
    Configuration menu
    Copy the full SHA
    826e8c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Invalidate generated source cache on MSBuild task updates by @Evangelink

     in #10082 (backport to rel/4.3) (#10111)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    nohwnd-bot and Evangelink authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    4e8763b View commit details
    Browse the repository at this point in the history
  2. Fix IndexOutOfRangeException in VSTestBridge BuildFilter UID escaping…

    … by @azat-msft in #9771 (backport to rel/4.3) (#10112)
    
    Co-authored-by: Azat Mukhametshin <azatm@microsoft.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    5 people authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    4fb1a03 View commit details
    Browse the repository at this point in the history
  3. Fix MSTEST0063 to detect invalid constructors on derived TestClass at…

    …tributes by @Evangelink in #9851 (backport to rel/4.3) (#10115)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    3 people authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    f517666 View commit details
    Browse the repository at this point in the history
  4. Fix test property lifecycle scope by @Evangelink in #10080 (backport …

    …to rel/4.3) (#10110)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    nohwnd-bot and Evangelink authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    e57e52b View commit details
    Browse the repository at this point in the history
  5. Prevent FileLogger shutdown crash under thread-pool starvation by @Ev…

    …angelink in #9802 (backport to rel/4.3) (#10114)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    Co-authored-by: Evangelink <11340282+Evangelink@users.noreply.github.com>
    4 people authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    0310eb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. Inherit Arcade default DebugType instead of forcing embedded symbols by

    @Evangelink in #10006 (backport to rel/4.3) (#10125)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    nohwnd-bot and Evangelink authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    c6a51c6 View commit details
    Browse the repository at this point in the history
  2. Fix VSTestBridge BuildFilter misclassifying a GUID-shaped FullyQualif…

    …iedName as an Id filter by @Evangelink in #9794 (backport to rel/4.3) (#10113)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    3 people authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    75514b6 View commit details
    Browse the repository at this point in the history
  3. Support comments in testconfig on .NET Framework by @Evangelink in #1…

    …0144 (backport to rel/4.3) (#10148)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    nohwnd-bot and Evangelink authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    2e21c08 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. Restore bounded string difference indicators by @Evangelink in #10145

    …(backport to rel/4.3) (#10172)
    
    Co-authored-by: Evangelink <11340282+Evangelink@users.noreply.github.com>
    nohwnd-bot and Evangelink authored Jul 23, 2026
    Configuration menu
    Copy the full SHA
    48a92ee View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. Fix duplicate data consumer disposal during teardown by @Evangelink in

    …#10195 (backport to rel/4.3) (#10197)
    
    Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
    Co-authored-by: Evangelink <11340282+Evangelink@users.noreply.github.com>
    Copilot-Session: 336d2284-26e0-42ed-9772-cf91bc8eeb6b
    3 people authored Jul 24, 2026
    Configuration menu
    Copy the full SHA
    44aa76e View commit details
    Browse the repository at this point in the history
Loading