Skip to content

Go-public readiness + Build/Rebuild/Clean on the solution node - #53

Merged
MelbourneDeveloper merged 4 commits into
mainfrom
fixes
Jun 9, 2026
Merged

MelbourneDeveloper merged 4 commits into
mainfrom
fixes

Conversation

@MelbourneDeveloper

Copy link
Copy Markdown
Collaborator

Summary

This branch bundles two streams of work targeting main:

VS Code extension — Build/Rebuild/Clean on the root solution node

  • Added Build / Rebuild / Clean context-menu items to the root solution node in the Solution Explorer (group 2_build), alongside the existing project-node entries.
  • Made the build commands target-aware: they now run dotnet build/clean against the specific .sln/.csproj/.fsproj of the right-clicked node instead of blindly building the workspace root (command-palette invocation keeps the workspace-root behavior). Extracted a shared dotnetArgs() helper, removing duplicated rebuild → build --no-incremental logic across the terminal path, the diagnostics-capture path, and the TaskProvider.
  • The solution node now carries its .sln path so its menu commands target that solution.
  • Added e2e tests in context-menus.test.ts covering the new solution-node menu entries and command execution.

Go-public readiness

  • .github/ hardening: issue templates, SECURITY.md, Dependabot, CodeQL workflow, CI tweaks.
  • Workspace-trust handling in config.ts (+ unit-workspace-trust.test.ts).
  • Scaffolding improvements (+ tests), .vscodeignore.
  • Sidecar IPC FramedTransport (C# FramedTransport.cs / IpcConnection.cs + Rust transport.rs) with tests.
  • Removed unused website design scratch files.

CI verification (run locally before opening)

Step Result
cargo fmt --check / clippy --all-targets -D warnings
zed fmt --check / clippy
dotnet csharpier check sidecars/ ✅ (47 files)
make _lint-dotnet (warnaserror) ✅ 0 warn / 0 err
prettier --check 'src/**/*.ts'
make _lint-vsix (eslint + tsc)
make _test-dotnet ✅ 221 passed, coverage above threshold
make _test-rust ✅ 558/561; the 3 failures are profiler_* dump/heap-analysis e2e tests that time out under llvm-cov instrumentation on macOS (dotnet-dump heap analysis). They are unchanged on this branch and run on Linux in CI.
make _test-vsix Runs in CI (xvfb-run, Linux-only); VS Code TS lint/typecheck + menu-contribution tests verified locally.

🤖 Generated with Claude Code

…ratchet common coverage

- vsce forbids combining a .vscodeignore denylist with the package.json
  "files" allowlist; the allowlist is the established strategy (on main,
  used for the Marketplace publish), so remove the newly-added .vscodeignore.
- CodeQL code-scanning upload needs GitHub Advanced Security on private repos;
  gate the analyze job on public visibility so it self-enables once public.
- Ratchet sidecar-common coverage threshold 80.09 -> 80.34 (stores actual-1pp).
@MelbourneDeveloper
MelbourneDeveloper merged commit 0c45e40 into main Jun 9, 2026
6 checks passed
@MelbourneDeveloper
MelbourneDeveloper deleted the fixes branch June 9, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant