v0.2.0
Visual Basic support
Thanks to a major contribution from @sagi1623, scip-dotnet now supports Visual Basic! To index a Visual Basic codebase, run scip-dotnet index, the same command you use to index a C# codebase.
PR #26
What's Changed
- Fix Unit test cases by @sagi1623 in #25
- Wait for project restore process to finish before starting with indexing by @sagi1623 in #27
New Contributors
Full Changelog: v0.1.16...v0.2.0