Skip to content

[0.26.0] - 2026-07-15 / Dūmiškės

Latest

Choose a tag to compare

@razzmatazz razzmatazz released this 15 Jul 07:17
  • Reduce superfluous textDocument/inlayHint noise: suppress redundant parameter-name and var type hints, and remove implicit lambda-parameter type hints entirely
  • Upgrade Roslyn (Microsoft.CodeAnalysis.*) packages to 5.6.0 and MSBuild (Microsoft.Build/Microsoft.Build.Framework) packages to 18.7.1
  • Fix Razor support breaking on .NET SDK 10.0.300+: the Razor source generator's HintName format
    changed to preserve / directory separators instead of flattening them to _; solutionGetRazorDocumentForPath
    now matches both the old (SDK ≤ 10.0.2xx) and new (SDK ≥ 10.0.300) formats
  • Fix textDocument/implementation and textDocument/references (with includeDeclaration) returning no locations for BCL/decompiled symbols; definition locations are now resolved via workspaceFolderSymbolLocations, triggering decompilation when useMetadataUris is enabled, just like textDocument/definition

Full Changelog: 0.25.0...0.26.0