Add support for MSTest 4.4.0 - #9189
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (9189) and master. ✅ No regressions detected |
BenchmarksBenchmark execution time: 2026-09-07 09:50:27 Comparing candidate commit 422222f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 65 known flaky benchmarks, 61 flaky benchmarks without significant changes.
|
Summary of changes
Adds initial support for MSTest 4.4.0
Reason for change
There were breaking changes in the latest minor release
Implementation details
This fixes our existing tests and instrumentation, but there are additional issues that also need fixing for full support
Test coverage
Fixes the existing broken tests
Other details
Identified in #9187