You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSTest.Engine internal class coverage — TestArgumentsManager, TestFixtureManager, ThreadPoolTestNodeRunner are internal (~135+ LOC each). Would need InternalsVisibleTo or integration tests.
More Assert method coverage — Any remaining gaps in newer Assert overloads.
Analyzer edge cases (ongoing) — Continue systematic coverage of untested paths in MSTest.Analyzers.
Single test (MTP): dotnet run --project test/UnitTests/<Project> -f net8.0 --no-build -- --treenode-filter "/*/*/*/MyClass/MyMethod"
Single test via dotnet test: dotnet test test/UnitTests/<Project>/<Project>.csproj -f net8.0 --no-build -c Debug --filter "FullyQualifiedName~ClassName"
🔧 Created PR: Add edge-case tests for NonNullableReferenceNotInitializedSuppressor (MSTEST0028) - 2 new tests for IPropertySymbol boundaries (field vs getter-only property)
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
awmgmcpg
southcentralus0.in.applicationinsights.azure.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
🤖 Automated content by GitHub Copilot. Generated by the Test Improver workflow. · 202.9 AIC · ⌖ 10.2 AIC · ⊞ 11K · [◷]( · ◷) Comment /test-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/test-improver.md@main
Activity for July 2026
Suggested Actions for Maintainer
Maintainer Priorities
No specific priorities communicated yet.
Testing Opportunities Backlog
TestArgumentsManager,TestFixtureManager,ThreadPoolTestNodeRunnerare internal (~135+ LOC each). Would needInternalsVisibleToor integration tests.Discovered Commands
./build.sh(Linux)./build.sh -c Release./build.sh -test./build.sh -pack./build.sh -pack -test -integrationTestdotnet run --project test/UnitTests/<Project> -f net8.0 --no-build -- --treenode-filter "/*/*/*/MyClass/MyMethod"dotnet test test/UnitTests/<Project>/<Project>.csproj -f net8.0 --no-build -c Debug --filter "FullyQualifiedName~ClassName"Run History
2026-07-18 23:13 UTC - Run
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
awmgmcpgsouthcentralus0.in.applicationinsights.azure.comSee Network Configuration for more information.
Add this agentic workflow to your repo
To install this agentic workflow, run