Succeeded with Issues: Update @typespec/http-client-csharp to 1.0.0-alpha.20260320.2#1044
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
Conversation
- Updated @typespec/http-client-csharp from 1.0.0-alpha.20260306.4 to 1.0.0-alpha.20260320.2 - Updated Microsoft.TypeSpec.Generator.ClientModel from 1.0.0-alpha.20260306.4 to 1.0.0-alpha.20260320.2 - Regenerated OpenAI SDK code with new generator version - Updated centrally managed package-lock.json file with new dependency versions
Collaborator
|
@joseharriaga I talked to Josh about the duplicated client name errors, and he suggested to check with newest version as there were a lot of changes with tcgc last week, so I moved to this one. But it seems like it still persists, in that for the same union across different models, the generator used to rename them per client to avoid collision. But it's now no longer doing so to avoid duplication but not properly handling the collision. So the fix right now is still to add |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR automatically updates the TypeSpec HTTP client C# generator version and regenerates the SDK code.
Changes
@typespec/http-client-csharpfrom1.0.0-alpha.20260306.4to1.0.0-alpha.20260320.2Microsoft.TypeSpec.Generator.ClientModelfrom1.0.0-alpha.20260306.4to1.0.0-alpha.20260320.2Directory.Packages.propswith new generator package versionDetails
1.0.0-alpha.20260306.4→1.0.0-alpha.20260320.2Testing
Please run the existing test suites to ensure the generated code works correctly:
Notes
This PR was created automatically by the Update TypeSpec Generator Version workflow. The workflow runs weekly and when manually triggered to keep the generator version current with the latest TypeSpec improvements and fixes.
If there are any issues with the generated code, please review the TypeSpec release notes for breaking changes or new features that may require manual adjustments.