Skip to content

Cap solution project discovery and expansion - #3323

Merged
Widthdom merged 4 commits into
mainfrom
fix-issue3213-3214-3066-3065
Jun 6, 2026
Merged

Cap solution project discovery and expansion#3323
Widthdom merged 4 commits into
mainfrom
fix-issue3213-3214-3066-3065

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Cap automatic .sln candidate discovery, fallback project traversal, and index --project target materialization.
  • Make SolutionProjectResolver fallback traversal long-path-safe and resilient to per-directory IO/permission failures with bounded diagnostics.
  • Add focused regression tests plus Developer Guide and changelog fragment updates.

Validation

  • dotnet build -p:UseSharedCompilation=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -p:UseSharedCompilation=false
  • dotnet format CodeIndex.sln --verify-no-changes
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Documentation / Changelog

  • Updated DEVELOPER_GUIDE.md for solution discovery, fallback traversal, and project expansion limits.
  • Added changelog fragments:
    • changelog.d/unreleased/3065.fixed.md
    • changelog.d/unreleased/3066.fixed.md
    • changelog.d/unreleased/3213.fixed.md
    • changelog.d/unreleased/3214.fixed.md

Follow-up Candidates

None.

Fixes #3213
Fixes #3214
Fixes #3066
Fixes #3065

@Widthdom
Widthdom marked this pull request as ready for review June 6, 2026 08:47
@Widthdom
Widthdom merged commit c474f98 into main Jun 6, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue3213-3214-3066-3065 branch June 6, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment