aspnetcore/test/Microsoft.AspNet.Routing.Tests
Mugdha Kulkarni 3626900bc9 Basic URL Extension functionality working.
1. Template parser now allows a parameter to be an optional parameter in a complex segment if
   it is the last and only optional parameter and it is followed by a period.
2. Template matcher modified to take into consideration the optional parameter in the complex
   segment. Also the period shouldn't be present if the optional parameter is not present
2015-01-16 16:25:53 -08:00
..
Constraints
Logging
Template Basic URL Extension functionality working. 2015-01-16 16:25:53 -08:00
ConstraintMatcherTest.cs
DefaultInlineConstraintResolverTest.cs
InlineRouteParameterParserTests.cs GetDefaultServices -> AddRouting with TryAdd 2014-11-24 16:37:10 -08:00
Microsoft.AspNet.Routing.Tests.kproj Add schema version to kproj files 2014-11-25 11:01:35 -08:00
RouteCollectionTest.cs
RouteConstraintBuilderTest.cs Fixing the issue #123. 2014-12-04 10:54:27 -08:00
RouteOptionsTests.cs
RouteValueDictionaryTests.cs
RouterMiddlewareTest.cs Handle PipelineCore rename. 2015-01-15 14:27:53 -08:00
TemplateParserDefaultValuesTests.cs GetDefaultServices -> AddRouting with TryAdd 2014-11-24 16:37:10 -08:00
project.json Handle PipelineCore rename. 2015-01-15 14:27:53 -08:00