Skip to content

Commit

Permalink
add new csharp emitter (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nash authored Jan 8, 2025
1 parent fe47f65 commit 09ce7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/azure-spec-dashboard/src/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type GeneratorNames =
| "@azure-tools/typespec-python"
| "@azure-tools/typespec-go"
| "@azure-tools/typespec-csharp"
| "@azure-typespec/http-client-csharp"
| "@azure-tools/typespec-ts-rlc"
| "@azure-tools/typespec-ts-modular"
| "@azure-tools/typespec-java"
Expand All @@ -22,6 +23,7 @@ const generatorNames: GeneratorNames[] = [
"@azure-tools/typespec-python",
"@azure-tools/typespec-go",
"@azure-tools/typespec-csharp",
"@azure-typespec/http-client-csharp",
"@azure-tools/typespec-ts-rlc",
"@azure-tools/typespec-ts-modular",
"@azure-tools/typespec-java",
Expand Down

0 comments on commit 09ce7ae

Please sign in to comment.