doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
733 stars 126 forks source link

Json Serializer Options #358

Open StephenHodgson opened 7 months ago

StephenHodgson commented 7 months ago

It is great this library supports both System.Text.Json and Newtonsoft, but it is difficult to consume in some dev environments since System.Text.Json is unavailable.

Is there a way to decouple the serializer options into dedicated packages for people that cannot take a direct dependency on either one of the serializer options?