aspnetcore/test
Ryan Nowak 736b49294d Add Template abstraction
This change adds the Template as a top level abstraction. URL templating
is now a two-stage process.

First you use a 'key' to look up a Template, then you use the Template
to create the URL.

This change also has some cleanup of the way RoutePatternBinder gets
instantiated. I added a factory service so that most of the complex
things can be made internal to Dispatcher. Now it's much easier to
constuct and use. These impacts some pubternal APIs that we already
broke, but makes them actually nice :)

Also cleaned up some tests and fixed one that was broken and not
running.
2017-10-25 22:15:24 -07:00
..
Microsoft.AspNetCore.Dispatcher.Abstractions.Test Split RVD in twain 2017-09-21 09:19:10 -07:00
Microsoft.AspNetCore.Dispatcher.FunctionalTest Add Template abstraction 2017-10-25 22:15:24 -07:00
Microsoft.AspNetCore.Dispatcher.Test Add Template abstraction 2017-10-25 22:15:24 -07:00
Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests Minor changes to test code to resolve xUnit2013 build errors 2017-10-05 15:26:36 -07:00
Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
Microsoft.AspNetCore.Routing.FunctionalTests Use PackageLineup to manage PackageReference versions 2017-08-29 11:31:54 -07:00
Microsoft.AspNetCore.Routing.Tests Add Template abstraction 2017-10-25 22:15:24 -07:00
Directory.Build.props Use PackageLineup to manage PackageReference versions 2017-08-29 11:31:54 -07:00