microsoft / vs-streamjsonrpc

The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Other
730 stars 149 forks source link

Is this library aot friendly? #1044

Closed LukasKubicek closed 3 months ago

LukasKubicek commented 3 months ago

Can I use this in AOT project (command line aot app)?

If not, do you is there some alternative library for json-rpc in .net that is aot friendly?

AArnott commented 3 months ago

No. See https://github.com/microsoft/vs-streamjsonrpc/issues/746#issuecomment-1984713686 for more info.

I'm not aware of another library that is AOT ready.