aspnetcore/test/Microsoft.AspNet.Routing.Tests
Ryan Nowak d78e5478a7 Fix for #65,116 - Implement 'stack of routers'
This is the routing part of the fix. MVC will be updated as well
(attribute routing).

As the graph of routers is traversed, routers add themselves to the
current 'path', which unwinds on a failed path.

This mechanism is opt-in. Whoever adds something needs to remove it as
part of cleanup. If a router in the tree doesn't interact with the
.Routers property, then there are no consequences for those that do.

Additionally, fixing #116 as part of the same change. This means that we
create a nested 'RouteData' and then restore it on the way out. This is
simpler than just dealing with the .Routers property in isolation.
2014-10-31 14:07:35 -07:00
..
Constraints
Logging
Template Fix for #65,116 - Implement 'stack of routers' 2014-10-31 14:07:35 -07:00
ConstraintMatcherTest.cs
ConstraintsBuilderTests.cs
DefaultInlineConstraintResolverTest.cs
InlineRouteParameterParserTests.cs
Microsoft.AspNet.Routing.Tests.kproj
RouteCollectionTest.cs Fix for #65,116 - Implement 'stack of routers' 2014-10-31 14:07:35 -07:00
RouteOptionsTests.cs
RouteValueDictionaryTests.cs
RouterMiddlewareTest.cs
TemplateParserDefaultValuesTests.cs
project.json Remove unnecessary references from project.json 2014-10-17 17:49:31 -07:00