We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RoutePatternFactory.Pattern takes dictionary for extra parameter policies.
RoutePatternFactory.Pattern
Key = policy name Value = policy
Because this is a dictionary, only one policy can be provided for a name. It would be useful to also support an enumerable of policies for a key.
Inspired by - #6587 (comment)
https://github.com/aspnet/AspNetCore/blob/14e606997f8ef409f0ead89c0eda972bd09f96ab/src/Http/Routing/src/Patterns/RoutePatternFactory.cs#L128-L155
// @rynowak
The text was updated successfully, but these errors were encountered:
Seems like a good enhancement, is this blocking?
Sorry, something went wrong.
I don't think it is for the linked 2.2 patch
OK good, because I don't think we would patch this.
No branches or pull requests
RoutePatternFactory.Pattern
takes dictionary for extra parameter policies.Key = policy name
Value = policy
Because this is a dictionary, only one policy can be provided for a name. It would be useful to also support an enumerable of policies for a key.
Inspired by - #6587 (comment)
https://github.com/aspnet/AspNetCore/blob/14e606997f8ef409f0ead89c0eda972bd09f96ab/src/Http/Routing/src/Patterns/RoutePatternFactory.cs#L128-L155
// @rynowak
The text was updated successfully, but these errors were encountered: