Merged
Conversation
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
… 10 compatibility Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade Chapter 1 to .NET 10
Upgrade Chapter 1 to .NET 10
Dec 9, 2025
Collaborator
|
@copilot what about pipeline? |
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
Contributor
Author
kamilbaczek
approved these changes
Jan 24, 2026
# Conflicts: # Chapter-1-initial-architecture/Src/Directory.Build.props # Chapter-1-initial-architecture/Src/Fitnet.IntegrationTests/Fitnet.IntegrationTests.csproj
9 tasks
This was referenced Jan 24, 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.
📋 Description
Upgrades Chapter 1 from .NET 9 to .NET 10. Addresses breaking changes in OpenAPI/Swagger stack and Aspire versioning.
Framework & Core Packages
net9.0→net10.09.0.x→10.0.x9.0.0→13.0.2(Aspire skipped versions 10-12)CI/CD Pipeline
OpenAPI Stack Breaking Changes
Microsoft.OpenApi.Models→Microsoft.OpenApiWithOpenApi(Func<OpenApiOperation, OpenApiOperation>)→WithSummary()+WithDescription()9.0.4→10.0.1(requiresMicrosoft.OpenApi >= 2.3.0)Example endpoint change:
📦 PR Includes
🚫 PR Does Not Include
💡 Additional Notes
All tests passing (61/61: 29 unit, 16 architecture, 16 integration). No security vulnerabilities in upgraded dependencies.
Files modified:
Directory.Build.propsFitnet.csproj,Fitnet.AppHost.csproj,Fitnet.IntegrationTests.csproj.github/workflows/chapter-1-workflow.yml- CI/CD pipeline configurationOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.