aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Removed unused private method in DefaultActionSelector 2015-11-30 17:14:28 -08:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test * Include DisplayName in errorMessage 2015-11-30 11:18:14 -08:00
Microsoft.AspNet.Mvc.Formatters.Json.Test * Debug log exceptions in JsonInput deserializing 2015-11-30 11:19:22 -08:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Remove Magic Link Generation 2015-11-30 11:24:23 -08:00
Microsoft.AspNet.Mvc.IntegrationTests * Debug log exceptions in JsonInput deserializing 2015-11-30 11:19:22 -08:00
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Removing CopyTo from RazorTextWriter 2015-12-01 12:37:11 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test * Debug log exceptions in JsonInput deserializing 2015-11-30 11:19:22 -08:00
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.ViewFeatures.Test Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00