- Reduce superfluous
textDocument/inlayHintnoise: suppress redundant parameter-name andvartype hints, and remove implicit lambda-parameter type hints entirely- By @razzmatazz in #375 and #376
- Upgrade Roslyn (
Microsoft.CodeAnalysis.*) packages to 5.6.0 and MSBuild (Microsoft.Build/Microsoft.Build.Framework) packages to 18.7.1- By @razzmatazz in #374
- Fix Razor support breaking on .NET SDK 10.0.300+: the Razor source generator's
HintNameformat
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- By @razzmatazz in #374
- Fix
textDocument/implementationandtextDocument/references(withincludeDeclaration) returning no locations for BCL/decompiled symbols; definition locations are now resolved viaworkspaceFolderSymbolLocations, triggering decompilation whenuseMetadataUrisis enabled, just liketextDocument/definition
Full Changelog: 0.25.0...0.26.0