aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak 07085ca69b Remove IHttpContextAccessor from TempData
This change removes the dependency of TempData on the IHttpContextAccessor
by creating an ITempDataDictionaryFactory abstraction. In general, no one
will replace the factory, it's just indirection.

This allows us to drop our dependency on IHttpContextAccessor, and move it
to the functional tests where we specifically depend on it.

The bulk of code churn here is to update tests that use TempData.
2015-12-02 08:18:57 -08:00
..
Internal
Properties
Rendering Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -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 IHttpContextAccessor from TempData 2015-12-02 08:18:57 -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
PartialViewResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
RemoteAttributeTest.cs Adds ActionContext to Validation contexts 2015-11-25 16:38:26 -08:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ViewComponentTests.cs
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