π Daily Status Report β March 30, 2026
Good morning, team! Here's a snapshot of what's happening in microsoft/testfx today.
π¦ Release Landscape
| Component |
Stable |
Latest Preview |
| MSTest |
v4.1.0 (Feb 4) |
4.2.1-preview.26177.4 |
| Microsoft.Testing.Platform |
v2.1.x |
2.2.1-preview.26177.4 |
MSTest 4.2 is actively in preview β the team is working toward a stable release. Keep an eye on the pre-shipping checklist!
π Recent Activity (last 3 days)
β
Merged PRs
| PR |
Title |
Author |
#7627 |
Add agentic workflow daily-repo-status |
@Evangelink |
#7625 |
Re-enable signing validation |
@Evangelink |
#7623 |
Update dependencies from microsoft/testfx |
π€ dotnet-maestro |
#7622 |
Update dependencies from dotnet/arcade |
π€ dotnet-maestro |
#7621 |
Fix enable-auto-merge permissions |
@Youssef1313 |
#7620 |
Auto-approve maestro PRs |
@Youssef1313 |
#7616 |
Fix auto-merge workflow |
@Youssef1313 |
#7603 |
Cleanup TestSettingsFile |
@Youssef1313 |
π Open PRs
| PR |
Title |
Author |
Status |
#7629 |
Downgrade .NET SDK in global.json |
@Youssef1313 |
β οΈ CI workaround needed |
β οΈ Pipeline Alert
There is an active CI pipeline issue affecting the official build:
- Root cause:
dotnet/sdk#52863 broke darc installation when PSM is used
- Attempted fix
#7628 (Remove PSM from NuGet.config) didn't resolve it
- Current workaround:
#7629 downgrade of .NET SDK in global.json
- Upstream fix tracked in
dotnet/arcade#16642
π Action needed: Review and merge #7629 to unblock the official pipeline.
π Issues Needing Attention
Pre-4.2 Blocker
#7612 Revise recent output change before shipping 4.2 β needs resolution before 4.2 goes stable
Recently Active Bugs
#7618 MSTEST0037 does not handle nullable arguments correctly β analyzer bug, reported today
#7578 MSTEST0017: false positive with user-defined conversion operators β analyzer false positive, active discussion
#7606 [TestCategory] on subclass no longer propagates to inherited [TestMethod]s in MSTest v4 β regression reported by community
#7591 Unhandled exception in Execute method β needs investigation
Feature Requests Worth Noting
#7556 RetryAttribute support at class/assembly level
#5364 Allow placeholders in --report-trx-filename
#7515 Filtering parametrized tests by just test name
π€ Automation Improvements (this week)
The team has been investing in CI/CD automation this week:
- β
Auto-approve and auto-merge for Maestro dependency update PRs
- β
Re-enabled signing validation (was temporarily disabled)
- β
First daily repo status agentic workflow live! π
π‘ Recommended Next Steps
- π₯ Merge
#7629 to restore the official pipeline
- π Triage
#7612 β confirm what output change needs revision before 4.2 ships
- π Investigate
#7618 and #7578 β both are analyzer correctness issues
- π Reproduce
#7606 β [TestCategory] inheritance regression in v4 affects real users
- π¦ Plan MSTest 4.2 release timeline β preview builds are flowing; finalize scope and date
π€ This report was auto-generated by the daily-repo-status agentic workflow.
Last updated: 2026-03-30
Generated by Daily Repo Status Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/daily-repo-status.md@1f672aef974f4246124860fc532f82fe8a93a57e
π Daily Status Report β March 30, 2026
Good morning, team! Here's a snapshot of what's happening in microsoft/testfx today.
π¦ Release Landscape
MSTest 4.2 is actively in preview β the team is working toward a stable release. Keep an eye on the pre-shipping checklist!
π Recent Activity (last 3 days)
β Merged PRs
#7627#7625#7623#7622#7621@Youssef1313#7620@Youssef1313#7616@Youssef1313#7603@Youssef1313π Open PRs
#7629@Youssef1313There is an active CI pipeline issue affecting the official build:
dotnet/sdk#52863brokedarcinstallation when PSM is used#7628(Remove PSM from NuGet.config) didn't resolve it#7629downgrade of .NET SDK inglobal.jsondotnet/arcade#16642π Action needed: Review and merge
#7629to unblock the official pipeline.π Issues Needing Attention
Pre-4.2 Blocker
#7612Revise recent output change before shipping 4.2 β needs resolution before 4.2 goes stableRecently Active Bugs
#7618MSTEST0037 does not handle nullable arguments correctly β analyzer bug, reported today#7578MSTEST0017: false positive with user-defined conversion operators β analyzer false positive, active discussion#7606[TestCategory] on subclass no longer propagates to inherited [TestMethod]s in MSTest v4 β regression reported by community#7591Unhandled exception in Execute method β needs investigationFeature Requests Worth Noting
#7556RetryAttribute support at class/assembly level#5364Allow placeholders in--report-trx-filename#7515Filtering parametrized tests by just test nameπ€ Automation Improvements (this week)
The team has been investing in CI/CD automation this week:
π‘ Recommended Next Steps
#7629to restore the official pipeline#7612β confirm what output change needs revision before 4.2 ships#7618and#7578β both are analyzer correctness issues#7606β[TestCategory]inheritance regression in v4 affects real users