Skip to content

Release v2.10.0

Choose a tag to compare

@johnhuang316 johnhuang316 released this 18 Dec 03:11
· 66 commits to master since this release
  • 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