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
Copy file name to clipboardExpand all lines: dotnet/src/Client.cs
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,11 @@ public partial class CopilotClient : IDisposable, IAsyncDisposable
72
72
/// <remarks>
73
73
/// The client must be started before accessing this property. Use <see cref="StartAsync"/> or set <see cref="CopilotClientOptions.AutoStart"/> to true.
74
74
/// </remarks>
75
+
/// <exception cref="ObjectDisposedException">Thrown if the client has been disposed.</exception>
75
76
/// <exception cref="InvalidOperationException">Thrown if the client is not started.</exception>
76
-
publicServerRpcRpc=>_rpc??thrownewInvalidOperationException("Client is not started. Call StartAsync first.");
0 commit comments