Skip to content

StreamJsonRpc use is being surfaced via exceptions #201

@stephentoub

Description

@stephentoub

StreamJsonRpc is supposed to be an implementation detail of the .NET implementation. But its use is surfacing via StreamJsonRpc.RemoteInvocationException exceptions that emerge, and these are being documented and tested as part of its contract. Such exceptions should be caught and replaced either by an IOException, or if it's really important to call these out as JSON-RPC issues, a custom GH copilot exception type that surfaces the relevant information.

cc: @SteveSandersonMS

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions