| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| [0.25.0] - 2026-06-11 _ Punia source code.tar.gz | 2026-06-11 | 433.2 kB | |
| [0.25.0] - 2026-06-11 _ Punia source code.zip | 2026-06-11 | 567.3 kB | |
| README.md | 2026-06-11 | 1.1 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
- Speed up solution load: read target frameworks from project XML directly, falling back to MSBuild
ProjectCollectiononly when needed; run probes in parallel - By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/369
- Switch
Runtime.JsonRpcJSON serialization toSystem.Text.Json - Add workspace phase tracking and handle server runtime reconfiguration gracefully
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/362
- Fix Razor go-to-references and source-file lookup broken by .NET SDK 10.0.300; fix analyzer tests broken by same SDK update
- By @razzmatazz in https://github.com/razzmatazz/csharp-language-server/pull/363
- Fix
textDocument/implementationreturning no results for class symbols; derived classes are now returned viaFindDerivedClassesAsyncin addition to interface implementors - By @dee-rv in https://github.com/razzmatazz/csharp-language-server/pull/360
Full Changelog: https://github.com/razzmatazz/csharp-language-server/compare/0.24.0...0.25.0