Draft
fix: bump http-server-csharp version to fix emitter-framework dependency constraint#11193
Conversation
…ncy constraint The published @typespec/http-server-csharp@0.58.0-alpha.29 depends on @typespec/emitter-framework@^0.17.0, which for 0.x semver means >=0.17.0 <0.18.0. However, getDocComments was only added in emitter-framework 0.18.0, causing a runtime import error. Bumping the version ensures a new publish will correctly resolve workspace:^ to ^0.18.0 (the current emitter-framework version). Closes #11192 Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix error when using project scaffolding
fix: bump http-server-csharp version to fix emitter-framework dependency constraint
Jul 7, 2026
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.
Published
@typespec/http-server-csharp@0.58.0-alpha.29depends on@typespec/emitter-framework@^0.17.0. With 0.x semver,^0.17.0resolves to>=0.17.0 <0.18.0, butgetDocCommentswas only added inemitter-framework@0.18.0— sonpm installnever gets a version that has the export.http-server-csharpversion to0.58.0-alpha.30so the next publish resolvesworkspace:^against the currentemitter-framework@0.18.0, producing^0.18.0in the published package.json