aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Optimize MvcRouteHandler 2016-01-05 11:31:43 -08:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests React to changes in routing 2015-12-28 10:15:50 -08:00
Microsoft.AspNet.Mvc.IntegrationTests Use System.Buffers for JSON.NET 2015-12-29 08:26:55 -08:00
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Make RazorViewEngineOptions.FileProvider a list instead of a single item 2015-12-29 14:47:15 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Modify FileVersionProvider to cache missing file info. 2015-12-23 14:32:39 -08:00
Microsoft.AspNet.Mvc.Test [Fixes #3361] Changed the value provider preference to be backwards compatible 2016-01-04 12:55:35 -08:00
Microsoft.AspNet.Mvc.TestCommon Modify FileVersionProvider to cache missing file info. 2015-12-23 14:32:39 -08:00
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test [Fixes #3749] Expose ActionContext on IUrlHelper 2016-01-04 10:33:42 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Make RazorViewEngineOptions.FileProvider a list instead of a single item 2015-12-29 14:47:15 -08:00