aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure
Ryan Nowak 4141fcae69 Optimize MvcRouteHandler
- Check MVC services once at startup
- Make action selector sync

We've never really had a scenario for the action selector being async, it
just ended up that way. None of our extensibility here lets you do
anything async without replacing it wholesale, which we don't
recommend.
2016-01-05 11:31:43 -08:00
..
DefaultActionSelectorTests.cs Optimize MvcRouteHandler 2016-01-05 11:31:43 -08:00
DefaultAssemblyProviderTests.cs
HttpResponseStreamReaderTest.cs
MvcRouteHandlerTests.cs Optimize MvcRouteHandler 2016-01-05 11:31:43 -08:00
ObjectResultExecutorTest.cs
RouteDataActionConstraintTest.cs