Skip to content

fix: move ConfigurationSchema.json under src/Generated instead of roo…#10316

Merged
JoshLove-msft merged 5 commits into
microsoft:mainfrom
JoshLove-msft:fix/configuration-schema-location
Apr 9, 2026
Merged

fix: move ConfigurationSchema.json under src/Generated instead of roo…#10316
JoshLove-msft merged 5 commits into
microsoft:mainfrom
JoshLove-msft:fix/configuration-schema-location

Conversation

@JoshLove-msft

Copy link
Copy Markdown
Contributor

…t Generated

The ConfigurationSchema.json was being written to a new Generated folder at the project root level, but it should go under the existing src/Generated folder where all other generated artifacts reside.

  • ScmCodeModelGenerator.cs: output path changed to src/Generated/schema/
  • NewProjectScaffolding.cs: csproj pack include updated to Generated\schema\ (relative to src/ where csproj lives)
  • All 72 test projects regenerated with corrected paths

…t Generated

The ConfigurationSchema.json was being written to a new Generated folder at the
project root level, but it should go under the existing src/Generated folder
where all other generated artifacts reside.

- ScmCodeModelGenerator.cs: output path changed to src/Generated/schema/
- NewProjectScaffolding.cs: csproj pack include updated to Generated\schema\
  (relative to src/ where csproj lives)
- All 72 test projects regenerated with corrected paths

Co-authored-by: Copilot <223556219+Copilot@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 9, 2026
JoshLove-msft and others added 4 commits April 8, 2026 18:24
…t Generated

The ConfigurationSchema.json was being written to a new Generated folder at the
project root level, but it should go under the existing src/Generated folder
where all other generated artifacts reside.

- ScmCodeModelGenerator.cs: output path changed to src/Generated/schema/
- NewProjectScaffolding.cs: csproj pack include updated to Generated\schema\
  (relative to src/ where csproj lives)
- All 72 test projects regenerated with corrected paths

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ial-words

These three projects still had the old root-level Generated/schema/ folders
alongside the new src/Generated/schema/ location.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
These three projects still referenced the old root-level path
..\Generated\schema\ConfigurationSchema.json in their csproj files.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pkg-pr-new

pkg-pr-new Bot commented Apr 9, 2026

Copy link
Copy Markdown

Open in StackBlitz

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

commit: 2dfa70f

@github-actions

github-actions Bot commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

No changes needing a change description found.

@jorgerangel-msft jorgerangel-msft left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we both missed this 😅

@JoshLove-msft JoshLove-msft added this pull request to the merge queue Apr 9, 2026
Merged via the queue into microsoft:main with commit 85592b0 Apr 9, 2026
29 checks passed
@JoshLove-msft JoshLove-msft deleted the fix/configuration-schema-location branch April 9, 2026 15:52
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.

2 participants