Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 20:24
262376e

Install

dotnet tool install --global RoslynLens --version v1.2.0

Changes

  • Merge pull request #98 from jfmeyers/fix/sonar-smells (262376e)
  • fix: resolve SonarCloud code smells from multi-solution PR (48e47e8)
  • Merge pull request #97 from jfmeyers/feature/multi-solution-handling-reviewed (4b058c3)
  • fix: use Path.Combine in SolutionDiscoveryTests for cross-platform (94e73bf)
  • docs: add multi-solution documentation (0563722)
  • chore: bump version to 1.2.0 and update CHANGELOG (a090005)
  • fix: address review issues in multi-solution handling (65ca198)
  • Merge branch 'main' into feature/multi-solution-handling (9f12db7)
  • test: tidy SolutionDiscoveryTests region placement and add MaxBfsDepth assertion (a82260e)
  • test: refactor SolutionDiscoveryTests to use constructor/dispose pattern (5f6d76e)
  • Merge pull request #95 from jfmeyers/fix/sonar-duplications (074a73d)
  • feat: add list_solutions and switch_solution MCP tools (dadd79a)
  • test: add ListSolutionsTool and SwitchSolutionTool tests (red) (11f146d)
  • feat: add GetMultiSolutionHint() to WorkspaceManager (eadac76)
  • feat: add WorkspaceManager.ReloadSolutionAsync (ff75252)
  • feat: wire DiscoveredSolutions + add ReloadSolutionAsync tests (red) (ad5f959)
  • feat: add SolutionDiscovery.BfsDiscoverAll method (49e2212)
  • test: add BfsDiscoverAll tests, remove single-pick test (510617b)
  • perf: reduce memory footprint on large solutions (b7df691)
  • docs: update CLAUDE.md with detector base classes and wait-for-ready (9a980b8)
  • feat: wait for workspace ready instead of returning Loading immediately (4e3f8f8)
  • refactor: extract detector base classes to reduce code duplication (5c87c02)