Skip to content

Regression: ASP.NET Core 1.1 RC Action Selection #133

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

Closed
commonsensesoftware opened this issue May 23, 2017 · 0 comments
Closed

Regression: ASP.NET Core 1.1 RC Action Selection #133

commonsensesoftware opened this issue May 23, 2017 · 0 comments
Assignees

Comments

@commonsensesoftware
Copy link
Collaborator

Symptoms

Some routes no longer match correctly to the expected actions after the 1.1 release candidate.

Triage

Changes to the implementation of the IActionSelector addressed issues related to route constraints, but cause certain other routes to be ambiguous when they shouldn't be. For example, /v1/resources/{id}
and /v1/resources/search are now considered ambiguous because the value search can be substituted for the {id} route parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant