| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| [0.26.0] - 2026-07-15 _ Dumiskes source code.tar.gz | 2026-07-15 | 484.4 kB | |
| [0.26.0] - 2026-07-15 _ Dumiskes source code.zip | 2026-07-15 | 619.8 kB | |
| README.md | 2026-07-15 | 1.5 kB | |
| Totals: 3 Items | 1.1 MB | 1 | |
[0.26.0] - 2026-07-15 / Dūmiškės
- Reduce superfluous
textDocument/inlayHintnoise: suppress redundant parameter-name andvartype hints, and remove implicit lambda-parameter type hints entirely - By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/375 and https://github.com/razzmatazz/csharp-language-server/pull/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 https://github.com/razzmatazz/csharp-language-server/pull/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_;solutionGetRazorDocumentForPathnow matches both the old (SDK ≤ 10.0.2xx) and new (SDK ≥ 10.0.300) formats - By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/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 - Reported by @stigl-cc in https://github.com/razzmatazz/csharp-language-server/issues/319
Full Changelog: https://github.com/razzmatazz/csharp-language-server/compare/0.25.0...0.26.0