You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the getting started guide as mentioned here.
I created a new console app using .NET 10 and included the Github Copilot SDK(0.1.19).
When running the application, I gett the following error on the CreateSessionAsync line.
An exception of type 'System.IO.IOException' occurred in System.Private.CoreLib.dll but was not handled in user code
Communication error with Copilot CLI: The JSON-RPC connection with the remote party was lost before the request could complete.
Executing the CLI directly works without any problem.