aspnetcore/src/Microsoft.AspNet.Mvc.Core/Routing
Doug Bunting 37f056ce2b [quick fixes] Cleanup a few things StyleCop found ages ago
- was trying out rules matching frequest PR comments (then)
 - did a manual scan to find new instances of same issues
- "" -> `string.Empty`
- `String` -> `string` and similar
- fill empty XML doc elements
 - ignored `JsonPatchDocument<TModel>`; just too many empty elements
- corrected missing / extra / out-of-order `<param>` descriptions
 - `xml-docs-test` detects incorrect external references but not these local issues
2015-06-24 16:37:39 -07:00
..
ActionSelectionDecisionTree.cs Using 'nameof' operator instead of margic strings 2015-06-12 02:26:34 +03:00
ActionSelectorDecisionTreeProvider.cs
AttributeRoute.cs
AttributeRouteLinkGenerationEntry.cs
AttributeRouteMatchingEntry.cs
AttributeRoutePrecedence.cs [quick fixes] Cleanup a few things StyleCop found ages ago 2015-06-24 16:37:39 -07:00
AttributeRouting.cs
IActionSelectionDecisionTree.cs
IActionSelectorDecisionTreeProvider.cs
IRouteTemplateProvider.cs
InnerAttributeRoute.cs Removed unnecessary log statement 2015-06-23 11:12:06 -07:00
RouteValueEqualityComparer.cs