Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the v10 migration guide to include a link to specific documentation about the AddSecurityRequirement() API change. The change helps developers understand how to migrate to the new Func<OpenApiDocument, OpenApiSecurityRequirement> signature.
- Adds inline documentation reference to
AddSecurityRequirement()migration note - Adds link reference pointing to the security configuration documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3654 +/- ##
=======================================
Coverage 94.53% 94.53%
=======================================
Files 111 111
Lines 3861 3861
Branches 778 778
=======================================
Hits 3650 3650
Misses 211 211
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Link to the specific documentation.
Relates to #3648 and #3651.