aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak 2e2784aa3d [Design] Split up MvcRouteHandler
This change splits up the conventional routing path from the attribute
routing path *inside* routing, instead of inside `MvcRouteHandler`. Each
attribute route group now gets its own instance of
`MvcAttributeRouteHandler` which just knows about the actions it can
reach.

This removes the concept of a route-group-token and removes the lookup
table entirely for attribute routing. This also means that the
`DefaultHandler` on `IRouteBuilder` will not be used for attribute routes,
which we are OK with for 1.0.0.

The action selector's functionality is now split into two methods. We
think this is OK for 1.0.0 because any customization of `IActionSelector`
up to now had to implement virtually the same policy as ours in order to
work with attribute routing. It should now be possible to customize the
selector in a meaningful way without interfering with attribute routing.
2016-06-07 08:12:47 -07:00
..
Compilation Modify ICompilationLibrariesProvider to return a sequence of reference path 2016-05-25 16:20:23 -07:00
DependencyInjection Use dependency context from all application parts when compiling views 2016-05-24 10:28:51 -07:00
Internal Add `AdditionalCompilationReferences` option to `RazorViewEngineOptions`. 2016-06-01 16:32:46 -07:00
Properties
TagHelpers React to aspnet/Razor#705 2016-05-27 12:00:01 -07:00
LanguageViewLocationExpanderTest.cs
Microsoft.AspNetCore.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs React to aspnet/Razor#705 2016-05-27 12:00:01 -07:00
RazorViewEngineOptionsTest.cs [Fixes #4550] Add an Option to set the Razor view location formats 2016-05-19 14:04:33 -07:00
RazorViewEngineTest.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
RazorViewTest.cs
SpanFactory.cs
TestApplicationPart.cs
project.json Fix more schema warnings in Mvc 2016-05-18 18:25:45 -07:00