Skip to content

Support resolving MethodInfo from strongly-typed route handler delegate #53184

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

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

captainsafia
Copy link
Member

Closes #53171.

Indentation changes are a reaction to dotnet/runtime#92791.

@ghost ghost added area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions labels Jan 5, 2024
@captainsafia captainsafia added feature-rdg feature-rdf and removed area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions labels Jan 5, 2024
@captainsafia captainsafia merged commit 8dd1b6d into main Jan 11, 2024
@captainsafia captainsafia deleted the safia/gh/53171 branch January 11, 2024 16:40
@ghost ghost added this to the 9.0-preview1 milestone Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc feature-rdf feature-rdg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it possible to resolve the method info from the specific delegate type when using AddRouteHandler
2 participants