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

Expose metadata about `TargetMethod` publicly #1055

Closed AArnott closed 2 months ago

AArnott commented 2 months ago

This allows logging based on overridding DispatchRequestAsync to know what the target method is.