aspnetcore/test
Ryan Nowak 9fc3a80056 Remove IActionContextAccessor from UrlHelper
This change removes the IActionContextAccessor as a dependency of
UrlHelper, and shifts UrlHelper to use a factory pattern. Consumers of
IUrlHelper should create an instance using the factory when needed.

This is the last part of MVC that has a dependency on IActionContext
accessor. As part of this change we no longer register it by default, and
treat it as an optional component.
2015-12-02 17:09:43 -08:00
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09: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 Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Microsoft.AspNet.Mvc.IntegrationTests
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00