Skip to content

Bump TCGC to 0.67.4 for http-client-csharp#10552

Open
Copilot wants to merge 2 commits intomainfrom
copilot/bump-tcgc-to-0-67-4
Open

Bump TCGC to 0.67.4 for http-client-csharp#10552
Copilot wants to merge 2 commits intomainfrom
copilot/bump-tcgc-to-0-67-4

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

Bumps @azure-tools/typespec-client-generator-core from 0.67.3 to 0.67.4 for http-client-csharp, which fixes the wrong encode for bytes in HttpPart for multipart/form-data (now correctly bytes instead of base64).

Changes

  • packages/http-client-csharp/package.json: bump TCGC devDependency to 0.67.4 and raise peerDependency floor to >=0.67.4.

  • packages/http-client-csharp/package-lock.json: refreshed via npm install.

  • generator/TestProjects/Spector/http/payload/multipart/tspCodeModel.json: regenerated via eng/scripts/Generate.ps1. The diff strips the now-incorrect "encode": "base64" from bytes parts:

     {
       "kind": "bytes",
       "name": "bytes",
    -  "encode": "base64",
       "crossLanguageDefinitionId": "TypeSpec.bytes",
       "decorators": []
     }

No other generated outputs changed; emitter and generator unit tests pass.

Copilot AI linked an issue Apr 29, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/31e25246-18b0-4695-9d0a-a7afb6587afa

Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com>
@microsoft-github-policy-service microsoft-github-policy-service Bot added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Apr 29, 2026
Copilot AI changed the title [WIP] Bump TCGC to version 0.67.4 and update dependencies Bump TCGC to 0.67.4 for http-client-csharp Apr 29, 2026
Copilot AI requested a review from jorgerangel-msft April 29, 2026 16:14
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 29, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@typespec/http-client-csharp@10552

commit: dd50a45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump TCGC to 0.67.4

2 participants