Skip to content

Weekly plugin version sync - #1134

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
bot/weekly-version-sync
Open

Weekly plugin version sync#1134
github-actions[bot] wants to merge 2 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-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%
dotnet11 system-text-json-net11 15/16 93.8%
⚠️ 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%
⚠️ dotnet setup-local-sdk 4/8 50%
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%
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: dotnet11/system-text-json-net11
  • [CodePattern] [guid] (line 49)
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: dotnet/setup-local-sdk
  • [Pitfall] dotnet app.dll wrong runtime (line 386)
  • [CodePattern] [pscustomobject] (line 301)
  • [CodePattern] [ordered] (line 301)
  • [CodePattern] [guid] (line 104)
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)

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-author PR state label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant