Install
dotnet tool install --global RoslynLens --version v1.0.0
Changes
- Merge pull request #91 from jfmeyers/release/v1.0.0 (618cc09)
- test: add semantic-model detector tests and fix coverage exclusions (0f901e9)
- test: improve coverage for ComplexityAnalyzer and SymbolResolver (9913766)
- chore: remove unused coverlet.runsettings (4c19424)
- fix: use inline coverlet params instead of runsettings in CI (550dde9)
- fix: resolve remaining SonarCloud code smells and coverage exclusions (369a675)
- Merge remote-tracking branch 'origin/main' into release/v1.0.0 (8edb4d3)
- fix: resolve all SonarCloud code smells and set version to 1.0.0 (45536e5)
- test: add missing detector tests and fix README badges (41dcc0f)
- chore: rename project from JFM.RoslynNavigator to RoslynLens (ef5bfce)
- Merge pull request #5 from jfmeyers/release/v1.0.0 (c51388c)
- chore: bump version to 1.0.0 and fix last LINQ code smell (6854594)
- Merge pull request #4 from jfmeyers/test/improve-coverage (5437438)
- test: add assertion to FindSolutionPath test (d4263bf)
- test: improve coverage to pass 80% Quality Gate (5e358f8)
- Merge pull request #3 from jfmeyers/fix/sonarcloud-remaining-smells (d084f77)
- fix: address final SonarCloud code smells (12a7e31)
- refactor: extract shared method resolution to SymbolResolver (a10807b)
- fix: address remaining SonarCloud code smells (dec08df)
- Merge pull request #2 from jfmeyers/fix/sonarcloud-code-smells (52f95bb)
- test: add analyzer tests and exclude Tools from coverage (64a79c5)
- refactor: fix all SonarCloud code smells (19ab7b8)
- docs: add SonarCloud badge and fix release.yml security issues (73674d6)
- Merge pull request #1 from jfmeyers/feature/sonarcloud-integration (614c52a)
- fix(ci): use env var instead of expanding secrets in run blocks (d451f30)
- ci: add SonarCloud analysis with code coverage (fafcc15)
- docs: add NuGet badge and documentation link to README (51c467a)
- docs: add modular architecture tools page with Granit link (99b9be8)
- docs: add comprehensive documentation (f7148b8)
- docs: add CLAUDE.md for AI-assisted development (decc4de)