chore: standardize on .NET 10 (LTS) across docs, codegen, CI, and fixtures#189
Merged
Conversation
…tures - Baseline docs .NET 9+ -> .NET 10+ (CLAUDE.md, copilot-instructions.md); project.instructions.md.template example -> .NET 10 - api-wrapper-scaffold codegen/templates net8.0 -> net10.0 (generate-wrapper.js, Tests.csproj.tmpl, secret-gate ci.yml.tmpl SDK 8.0.x -> 10.0.x) - validate-instructions.yml SDK 8.0.x -> 10.0.x - run.Tests.ps1 fixtures net9.0 -> net10.0 - Update matching test assertions (codegen-pipeline, csharp-templates, oauth-templates, secret-gate) Left unchanged (intentional): CLAUDE.project.md.template example of a pinned older runtime, docs/dogfood historical report, sln-emit.js .slnx history comments, csharp.instructions.md .NET 7+ feature note. Closes #188 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Standardizes the repository on .NET 10 (LTS), resolving the prior inconsistency where the documented baseline said .NET 9+, the cloud runtime used 10.x, CI used 8.0.x, codegen emitted net8.0, and fixtures used net9.0.
Why .NET 10
copilot-setup-steps.yml).Changes
.NET 9+->.NET 10+(CLAUDE.md,copilot-instructions.md);project.instructions.md.templateexample -> .NET 10net8.0->net10.0(generate-wrapper.js,Tests.csproj.tmpl, secret-gateci.yml.tmplSDK8.0.x->10.0.x)validate-instructions.ymlSDK8.0.x->10.0.xrun.Tests.ps1fixturesnet9.0->net10.0Intentionally left unchanged
CLAUDE.project.md.template-- illustrative consumer example of a pinned older runtimedocs/dogfood/tripit-dry-run-report.md-- point-in-time historical reportsln-emit.jscomments -- accurate history of when .slnx support arrivedcsharp.instructions.md".NET 7+" -- accurate feature-availability noteVerification
Full
.githubPester suite (CI parity): 366 passed, 0 failed, 4 skipped (env-only skips). Theagent-e2e,csharp-templates, andoauth-templatestests build the emittednet10.0projects successfully on the local .NET 10 SDK.Closes #188