Skip to content

Conversation

@martincostello
Copy link
Collaborator

  • Update ASP.NET Core versions.
  • Clarify that Microsoft.AspNetCore.OpenApi is the only part of ASP.NET Core dependent on Microsoft.OpenApi.
  • Remove v7 from the compatibility table as ASP.NET Core 6.0 is now out-of-support.
  • Add link to SemVer website.

Resolves #3693.

- Add ASP.NET Core versions.
- Clarify that Microsoft.AspNetCore.OpenApi is the only part of ASP.NET Core dependent on Microsoft.OpenApi.
- Remove v7 from the compatibility table as 6.0 is now out-of-support.
- Add link to SemVer website.
@martincostello martincostello marked this pull request as ready for review December 2, 2025 10:19
Copilot AI review requested due to automatic review settings December 2, 2025 10:19
@martincostello martincostello enabled auto-merge (rebase) December 2, 2025 10:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the compatibility documentation to reflect current ASP.NET Core version support and clarifies dependency relationships. The changes remove outdated information about ASP.NET Core 6.0 (now out-of-support) and improve the accuracy of technical explanations.

  • Added a link to the Semantic Versioning website for better context
  • Clarified that only the Microsoft.AspNetCore.OpenApi NuGet package has a dependency on Microsoft.OpenApi v2+
  • Removed v7 compatibility information from the table as ASP.NET Core 6.0 is no longer supported

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/migrating-to-v10.md Added SemVer link reference and clarified that Microsoft.AspNetCore.OpenApi package specifically depends on Microsoft.OpenApi v2+
README.md Removed v7 compatibility row and updated ASP.NET Core version specifications from >= 8.0.0 to explicit version ranges (9.0.x, 8.0.x) for v9 and v8

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.66%. Comparing base (4ae817b) to head (1ce259b).
⚠️ Report is 3 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3694   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files         111      111           
  Lines        3858     3858           
  Branches      778      778           
=======================================
  Hits         3652     3652           
  Misses        206      206           
Flag Coverage Δ
Linux 94.66% <ø> (ø)
Windows 94.66% <ø> (ø)
macOS 94.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello merged commit 05a4a07 into master Dec 2, 2025
20 checks passed
@martincostello martincostello deleted the gh-3693 branch December 2, 2025 10:29
This was referenced Dec 12, 2025
This was referenced Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Question]: is Swashbuckle.AspNetCore v10 compatible with ASP.NET Core 8

2 participants