Release v2.10.0
- Added C# parsing strategy with tree-sitter, symbol/call extraction, plus sample project and tests.
- Added Kotlin parsing strategy with tree-sitter, symbol/call extraction, plus sample project and tests.
- Fixed C# parser: resolves pending call relationships and prevents duplicated namespaces.
- Updated dependencies/lockfile for new tree-sitter language packages.
Tests
- .venv\Scripts\python -m pytest tests/strategies/test_kotlin_discovery.py tests/strategies/test_csharp_discovery.py -q