aspnetcore/test
Javier Calvarro Nelson 3ab0c3af29 [Issue #733] Attribute Routing: Implement Order
1. Added an Order property to IRouteTemplateProvider, ReflectedAttributeRouteModel,
   AttributeRouteInfo, AttributeRouteLinkGenerationEntry and AttributeRouteMatchingEntry.

2. Changed the implementation of AttributeRoute to take the order into account when routing
   incomming requests and generating links.

3. Ensured a stable ordering of route entries with the same order and precedence for route
   matching and link generation based on the template text.

4. Added tests to validate that the precedence gets respected in route matching and link generation.

5. Added tests to validate that the order gets respected in route matching and link generation.

6. Added tests to validate that the order gets respected over the precedence for route matching
   and link generation.

7. Added tests to validate that routes with the same order and precedence expose a stable ordering
   for route matching and link generation.
2014-08-14 11:21:05 -07:00
..
Microsoft.AspNet.Mvc.Core.Test [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
Microsoft.AspNet.Mvc.FunctionalTests [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Make RazorPage.IUrlHelper a non-public property 2014-08-12 10:12:23 -07:00
Microsoft.AspNet.Mvc.Razor.Test ViewEngine shouldn't throw when it doesn't know about the extension 2014-08-14 10:53:01 -07:00
Microsoft.AspNet.Mvc.Test Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00
WebSites [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00