- 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 #369
- Switch
Runtime.JsonRpcJSON serialization toSystem.Text.Json - Add workspace phase tracking and handle server runtime reconfiguration gracefully
- By @razzmatazz in #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 #363
- Fix
textDocument/implementationreturning no results for class symbols; derived classes are now returned viaFindDerivedClassesAsyncin addition to interface implementors
Full Changelog: 0.24.0...0.25.0