-
using vs-streamjsonrpc v.2.16.36 I'm trying to replace use of Newtonsoft.Json with System.Text.Json, but supplying SystemTextJsonFormatter to the NewLineDelimitedMessageHandler just throws the NotSupportedException
I see this comment in the source code of NewLineDelimitedMessageHandler:
Are you planning to add this support in the future? Or is there some sort of workaround? I don't understand why HeaderDelimitedMessageHandler would be supported but not NewLineDelimitedMessageHandler. |
Beta Was this translation helpful? Give feedback.
Answered by
AArnott
Sep 20, 2023
Replies: 1 comment 1 reply
-
We had no plans. But it looks easy enough to enhance. #962 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AArnott
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We had no plans. But it looks easy enough to enhance. #962