aspnetcore/test/WebSites/ControllersFromServicesWebSite
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
..
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
ControllersFromServicesWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
NotInServicesController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Startup.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ViewData.cshtml
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

Functional test site for verifying that controllers registered as services can be consumed by DefaultControllerFactory.