-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Only add MethodInfo to route handler endpoints #44021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@Pilchie Any chance we can get this in for RC2? We'd like to react to some user feedback we got from RC1. |
|
Here's the breaking change announcement for RC1: aspnet/Announcements#493 |
halter73
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree we should revert this breaking behavioral change for RC2.
|
Hi @captainsafia. Please make sure you've updated the PR description to use the Shiproom Template. Also, make sure this PR is not marked as a draft and is ready-to-merge. To learn more about how to prepare a servicing PR click here. |
|
This has been approved by tactics @dotnet/aspnet-build. |
|
Alright @halter73, will merge. Please use |
|
(oops, edited out a typo above) |
Description
This PR resolves a regression to OpenAPI-generation behavior due to a change in the
RouteEndpointDataSourcethat was introduced in RC1. See this comment for more einfo.Fixes #44005
Customer Impact
This PR resolves a regression in which endpoints that customers would expect to be hidden from OpenAPI generation were visible
Regression?
This is a regression from .NET 6 and .NET 7 Preview 7 behavior.
Risk
The risk is low because we are reverting to known behavior (as of .NET 6).
Verification
Packaging changes reviewed?