aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
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
..
Internal Allow ViewFeature tests to run in dnxcore50 2015-10-06 09:46:49 -07:00
Properties Strong name everything. 2015-11-03 21:16:49 -08:00
Rendering Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
ViewComponents Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ViewEngines Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ViewFeatures Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
ControllerTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ControllerUnitTestabilityTests.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
PartialViewResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
RemoteAttributeTest.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ViewComponentTests.cs Remove `WebUtility` use and handle `IHtmlContent` return values from view components 2015-11-23 11:12:44 -08:00
ViewResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
project.json Changes to use moq-netcore 2015-11-25 16:04:04 -08:00