aspnetcore/src/Microsoft.AspNet.Routing
Mugdha Kulkarni f9a9b80681 Fixing the error message. The error message for malformed template was too complex listing all
the errors that can happen in one message. I have separated the message in 2 different messages.
 1. When there is a parameter or a literal following the optional parameter.
 2. when optional parameter is preceded by a literal other than period which is not allowed.
2015-02-16 17:40:04 -08:00
..
Constraints Fixing the issue #123. 2014-12-04 10:54:27 -08:00
Logging Add xml-docs-test target to end of default build 2014-11-20 10:16:01 -08:00
Properties Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
Template Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
BuilderExtensions.cs
DefaultInlineConstraintResolver.cs Quick cleanup 2015-01-30 10:02:58 -08:00
IInlineConstraintResolver.cs
INamedRouter.cs
IRouteBuilder.cs Missing setter for default handler on IRouteBuilder 2014-12-04 17:33:45 -08:00
IRouteCollection.cs
IRouteConstraint.cs
IRouter.cs
InlineRouteParameterParser.cs Delete trailing whitespace 2014-11-20 09:40:12 -08:00
Microsoft.AspNet.Routing.kproj Add schema version to kproj files 2014-11-25 11:01:35 -08:00
NotNullAttribute.cs
Resources.resx Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
RouteBuilder.cs
RouteBuilderExtensions.cs Change the namespace for the MapRoute extension 2015-01-23 16:08:38 -08:00
RouteCollection.cs Add support for best-effort link-generation 2015-02-11 14:38:30 -08:00
RouteConstraintBuilder.cs Fixing the issue #123. 2014-12-04 10:54:27 -08:00
RouteConstraintMatcher.cs
RouteContext.cs
RouteData.cs
RouteDirection.cs
RouteOptions.cs Add support for best-effort link-generation 2015-02-11 14:38:30 -08:00
RouteValueDictionary.cs Delete trailing whitespace 2014-11-20 09:40:12 -08:00
RouterMiddleware.cs Delete trailing whitespace 2014-11-20 09:40:12 -08:00
RoutingServices.cs GetDefaultServices -> AddRouting with TryAdd 2014-11-24 16:37:10 -08:00
ServiceCollectionExtensions.cs Issue #1669: Adding extension method ConfigureRouteOptions. 2015-02-03 16:18:19 -08:00
VirtualPathContext.cs Delete trailing whitespace 2014-11-20 09:40:12 -08:00
project.json Update QueryBuilder dependency. 2015-01-12 10:34:39 -08:00