You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
AnotherNonAttributedAction gets added once RouteGroupConstraint for each RouteDataConstraint defined in a Controller. So in the above example it will end up with two route data constraints.
The text was updated successfully, but these errors were encountered:
attribute routed actions
1. Changed ReflectedActionDescriptorProvider to add RouteGroupConstraint only once
for non attribute routed actions.
2. Added tests to cover the scenario.
Given the following controllers and actions
AnotherNonAttributedAction gets added once RouteGroupConstraint for each RouteDataConstraint defined in a Controller. So in the above example it will end up with two route data constraints.
The text was updated successfully, but these errors were encountered: