| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| [0.23.0] - 2026-04-08 _ Skuodas source code.tar.gz | 2026-04-08 | 155.9 kB | |
| [0.23.0] - 2026-04-08 _ Skuodas source code.zip | 2026-04-08 | 244.6 kB | |
| README.md | 2026-04-08 | 1.8 kB | |
| Totals: 3 Items | 402.3 kB | 0 | |
- Fix runaway
workspace/diagnostictraffic and CPU usage when used with VS Code - By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/341
- Fix several server-state race conditions and refactor request scheduling internals
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/340
- Enable solution load on-demand, fixing several concurrency issues in the process
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/337
- Add support for textDocument/foldingRange
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/334
- Fixes a crash in symbolGetMetadataName for some symbols in Roslyn documents
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/332
- Add custom JSON-RPC server implementation, rewrite how requests are scheduled
- This should improve performance significantly and fix some of the file/state tracking issues that have been seen since 0.22.0
- Support for $/logTrace has been added
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/330
- Fix initialization crash when RootPath is not a valid URI (e.g. with crush/powernap on Windows)
- Reported by @ktos in https://github.com/razzmatazz/csharp-language-server/issues/326
- Fix the root range in DocumentSymbol is always 0,0
- By @qrasmont in https://github.com/razzmatazz/csharp-language-server/pull/329
- Upgrade Roslyn lib to 5.3.0, MSBuild to 18.4.0
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/325
- Fix Razor support with .NET SDK 10.201
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/325
Full Changelog: https://github.com/razzmatazz/csharp-language-server/compare/0.22.0...0.23.0