Skip to content

Commit 0bf73e0

Browse files
stephentoubCopilot
andcommitted
Remove unnecessary using GitHub.Copilot.SDK from Rpc.cs generator
Rpc.cs is in namespace GitHub.Copilot.SDK.Rpc, a child of GitHub.Copilot.SDK, so types from the parent namespace resolve automatically without an explicit using directive. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent db546c6 commit 0bf73e0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dotnet/src/Generated/Rpc.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/codegen/csharp.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,6 @@ using System.ComponentModel.DataAnnotations;
11971197
using System.Diagnostics.CodeAnalysis;
11981198
using System.Text.Json;
11991199
using System.Text.Json.Serialization;
1200-
using GitHub.Copilot.SDK;
12011200
using StreamJsonRpc;
12021201
12031202
namespace GitHub.Copilot.SDK.Rpc;

0 commit comments

Comments
 (0)