Skip to content

v0.2.3

Choose a tag to compare

@olafurpg olafurpg released this 07 Jul 07:54
· 31 commits to main since this release
1095448

Improved indexing quality

Previously, scip-dotnet didn't correctly index the following language features:

  • C# and VB queries: from a in b
  • C# local functions: string GetWorld() => "world"; inside a function body
  • C# foreach: foreach ((int firstName, int lastName) in names)

Massive thanks to @sagi1623 for fixing all of these issues 🙏🏻

  • Add support for queries in both C# and VbNet by @sagi1623 in #36
  • Add support for local function indexing in C# by @sagi1623 in #37
  • Add support for Foreach statement in C# by @sagi1623 in #35

What's Changed

  • Fixes: dotnet restore fails on Linux/macOS for projects targeting Windows by @sagi1623 in #34

Full Changelog: v0.2.2...v0.2.3