Skip to content

Weekly plugin version sync - #1134

Merged
AbhitejJohn merged 5 commits into
mainfrom
bot/weekly-version-sync
Sep 12, 2026
Merged

Weekly plugin version sync#1134
AbhitejJohn merged 5 commits into
mainfrom
bot/weekly-version-sync

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Automated weekly version sync. The following plugins changed since their
last release checkpoint; this PR stamps the computed version into their
plugin.json, .codex-plugin/plugin.json, and .claude-plugin/plugin.json.

Each patch advances once per published checkpoint with pending content.

dotnet: 0.2.3 → 0.2.4

Changes since the last release checkpoint:

dotnet-diag: 0.1.1 → 0.1.2

Changes since the last release checkpoint:

dotnet-msbuild: 0.1.9 → 0.1.10

Changes since the last release checkpoint:

dotnet-test: 0.2.19 → 0.2.20

Changes since the last release checkpoint:

dotnet-test-migration: 0.1.8 → 0.1.9

Changes since the last release checkpoint:

dotnet11: 0.1.1 → 0.1.2

Changes since the last release checkpoint:

@github-actions github-actions Bot added pr-state/ready-for-eval PR is mergeable and awaiting evaluation pr-state/evals-in-progress PR evaluations are in progress labels Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

⏭️ No skills to evaluate — no changed skills with tests were found in this PR. View workflow run

@github-actions github-actions Bot added waiting-on-review PR state label and removed pr-state/evals-in-progress PR evaluations are in progress pr-state/ready-for-eval PR is mergeable and awaiting evaluation labels Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

✅ Evaluation passed for 85ebaf2. cc @webreidi @AbhitejJohn @dotnet/msbuild @JanKrivanek @YuliiaKovalova @dotnet/dotnet-testing @dotnet/skills-csharp-language-reviewers — please review.

@github-actions github-actions Bot added waiting-on-author PR state label and removed waiting-on-review PR state label labels Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

👋 @github-actions[bot] — this PR has merge conflict. When you're ready, please address the feedback and push an update; the triage bot will pick up the next state automatically. (Add the no-stale label to silence further pings.)

Resolve the dotnet-test manifest conflict by preserving main's 0.2.21 release checkpoint.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5d007947-f964-4809-a31c-2d9f457a2ba3
@AbhitejJohn
AbhitejJohn requested a review from a team as a code owner September 8, 2026 18:38
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Skill Coverage Report

Plugin Skill Covered Coverage
dotnet-test-migration migrate-mstest-v1v2-to-v3 16/17 94.1%
dotnet-test-migration migrate-mstest-v3-to-v4 39/40 97.5%
dotnet-test-migration migrate-vstest-to-mtp 22/25 88%
dotnet-test-migration migrate-xunit-to-mstest 1/1 100%
dotnet-test-migration migrate-xunit-to-xunit-v3 15/16 93.8%
dotnet-msbuild check-bin-obj-clash 4/5 80%
dotnet-msbuild directory-build-organization 0/1 0%
dotnet-msbuild extension-points 0/1 0%
dotnet-msbuild msbuild-modernization 6/7 85.7%
dotnet-msbuild property-patterns 0/1 0%
dotnet-msbuild resolve-project-references 5/6 83.3%
⚠️ dotnet setup-local-sdk 4/8 50%
⚠️ dotnet-diag analyzing-dotnet-performance 11/21 52.4%
dotnet-diag android-tombstone-symbolication 5/5 100%
dotnet-diag apple-crash-symbolication 5/5 100%
dotnet-diag clr-activation-debugging 16/19 84.2%
dotnet-diag dotnet-trace-collect 15/17 88.2%
dotnet-diag microbenchmarking 3/3 100%
dotnet11 system-text-json-net11 15/16 93.8%
dotnet-test assertion-quality 23/24 95.8%
dotnet-test code-testing-agent 4/4 100%
ℹ️ dotnet-test code-testing-extensions - N/A (reference-only)
dotnet-test crap-score 6/6 100%
dotnet-test detect-static-dependencies 25/25 100%
ℹ️ dotnet-test filter-syntax - N/A (reference-only)
dotnet-test generate-testability-wrappers 27/28 96.4%
dotnet-test grade-tests 27/29 93.1%
dotnet-test migrate-static-to-wrapper 32/34 94.1%
⚠️ dotnet-test mtp-hot-reload 12/16 75%
ℹ️ dotnet-test test-analysis-extensions - N/A (reference-only)
dotnet-test test-anti-patterns 28/28 100%
dotnet-test test-gap-analysis 10/10 100%
dotnet-test test-tagging 28/31 90.3%
dotnet-test testability-obstacle 28/28 100%
dotnet-test writing-mstest-tests 38/47 80.9%
Uncovered: dotnet-test-migration/migrate-mstest-v1v2-to-v3
  • [Pitfall] "No project on disk" right after a search listed project files (line 278)
Uncovered: dotnet-test-migration/migrate-mstest-v3-to-v4
  • [CodePattern] [Timeout] (line 241)
Uncovered: dotnet-test-migration/migrate-vstest-to-mtp
  • [Validation] dotnet build completes with zero errors (line 389)
  • [Validation] Test executable runs directly (e.g., ./bin/Debug/net8.0/MyTests.exe) (line 391)
  • [Validation] No vstest.console.exe invocations remain in CI scripts (line 394)
Uncovered: dotnet-test-migration/migrate-xunit-to-xunit-v3
  • [CodePattern] sealed (line 171)
Uncovered: dotnet-msbuild/check-bin-obj-clash
  • [WorkflowStep] Step 2: Get an overview and list projects (line 48)
Uncovered: dotnet-msbuild/directory-build-organization
  • [CodePattern] [MSBuild] (line 122)
Uncovered: dotnet-msbuild/extension-points
  • [CodePattern] [MSBuild] (line 195)
Uncovered: dotnet-msbuild/msbuild-modernization
  • [WorkflowStep] Step 6: Remove Unnecessary Boilerplate (line 217)
Uncovered: dotnet-msbuild/property-patterns
  • [CodePattern] [MSBuild] (line 33)
Uncovered: dotnet-msbuild/resolve-project-references
  • [Validation] ResolveProjectReferences was not set as the optimization target (line 64)
Uncovered: dotnet/setup-local-sdk
  • [Pitfall] dotnet app.dll wrong runtime (line 386)
  • [CodePattern] [pscustomobject] (line 301)
  • [CodePattern] [guid] (line 104)
  • [CodePattern] [ordered] (line 301)
Uncovered: dotnet-diag/analyzing-dotnet-performance
  • [Validation] All critical patterns were checked (from reference files or inline recipes) (line 196)
  • [Validation] Topic-specific recipes run only when matching signals detected (line 197)
  • [Validation] Each finding includes a concrete code fix (line 198)
  • [Validation] Scan execution checklist is complete (all recipes run) (line 199)
  • [Validation] Summary table included at end (line 200)
  • [Pitfall] Suggesting Span in async methods (line 207)
  • [Pitfall] Suggesting ConfigureAwait(false) in app code (line 209)
  • [Pitfall] Recommending ValueTask everywhere (line 210)
  • [Pitfall] Flagging new HttpClient() in DI services (line 211)
  • [Pitfall] Suggesting CollectionsMarshal.AsSpan broadly (line 213)
Uncovered: dotnet-diag/clr-activation-debugging
  • [Validation] The entry point for each problematic activation was identified (line 291)
  • [Validation] SEM_FAILCRITICALERRORS state was noted for FOD-related issues (line 294)
  • [Validation] Multiple activations within a single log were individually traced (line 295)
Uncovered: dotnet-diag/dotnet-trace-collect
  • [Validation] The recommended tool is compatible with the developer's runtime, OS, and deployment topology (line 235)
  • [Validation] The output file is generated in the expected location (line 237)
Uncovered: dotnet11/system-text-json-net11
  • [CodePattern] [guid] (line 49)
Uncovered: dotnet-test/assertion-quality
  • [Validation] Jest matcher semantics are precise (toBeDefined versus undefined; (line 188)
Uncovered: dotnet-test/generate-testability-wrappers
  • [Pitfall] Treating "no DI package" as "must be ambient" (line 345)
Uncovered: dotnet-test/grade-tests
  • [Pitfall] Inflating deductions to justify the grade (line 337)
  • [Pitfall] Spilling a 500-row table into a PR comment (line 346)
Uncovered: dotnet-test/migrate-static-to-wrapper
  • [Validation] A before/after exact-member search proves the in-scope occurrence count (line 306)
  • [CodePattern] sealed (line 159)
Uncovered: dotnet-test/mtp-hot-reload
  • [Validation] Microsoft.Testing.Extensions.HotReload package is installed (line 203)
  • [Validation] TESTINGPLATFORM_HOTRELOAD_ENABLED environment variable is set to 1 (line 204)
  • [Validation] Code changes are picked up without manual restart (line 206)
  • [Pitfall] Forgetting to set the environment variable (line 214)
Uncovered: dotnet-test/test-tagging
  • [WorkflowStep] Step 6: Verify edits before reporting (line 304)
  • [CodePattern] [boundary] (line 258)
  • [CodePattern] [negative] (line 258)
Uncovered: dotnet-test/writing-mstest-tests
  • [CodePattern] [TestMethod] (line 184)
  • [CodePattern] [DataRow] (line 342)
  • [CodePattern] readonly (line 402)
  • [CodePattern] Assert.IsInRange (line 332)
  • [CodePattern] Assert.Contains (line 267)
  • [CodePattern] TestDataRow (line 386)
  • [CodePattern] Assert.AreEqual (line 184)
  • [CodePattern] [TestClass] (line 184)
  • [CodePattern] Assert.IsNotEmpty (line 267)

@github-actions github-actions Bot added waiting-on-review PR state label and removed waiting-on-author PR state label labels Sep 8, 2026
@github-actions github-actions Bot added waiting-on-author PR state label and removed waiting-on-review PR state label labels Sep 9, 2026
Preserve current main content and advance dotnet-test-migration to the next valid release checkpoint.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5d007947-f964-4809-a31c-2d9f457a2ba3
Stamp versions from the latest main first-parent authority: dotnet-test 0.2.22 and dotnet-test-migration 0.1.9.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5d007947-f964-4809-a31c-2d9f457a2ba3
@github-actions github-actions Bot added waiting-on-review PR state label and removed waiting-on-author PR state label labels Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

✅ Evaluation passed for e32b3e2. cc @webreidi @AbhitejJohn @dotnet/msbuild @JanKrivanek @YuliiaKovalova @dotnet/dotnet-testing @dotnet/skills-csharp-language-reviewers — please review.

@AbhitejJohn
AbhitejJohn merged commit 4ecd7d9 into main Sep 12, 2026
34 checks passed
@AbhitejJohn
AbhitejJohn deleted the bot/weekly-version-sync branch September 12, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-review PR state label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants