dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.71k stars 3.98k forks source link

Opt into client side STJ serialization #73317

Open dibarbet opened 2 months ago

dibarbet commented 2 months ago

We should tell the LSP client to use STJ for client side serialization. See https://github.com/dotnet/roslyn/pull/72675

This is currently blocked on Razor moving to APIs that do not depend on Newtonsoft.

CyrusNajmabadi commented 2 months ago

How much razor work is there? And are they signed up to do this soon?

dibarbet commented 2 months ago

Yes, everyone is moving over, @phil-allen-msft is p2 a good target for Razor?