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 Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.ApiExplorer.Test Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.Core.Test Removed unused private method in DefaultActionSelector 2015-11-30 17:14:28 -08:00
Microsoft.AspNet.Mvc.Cors.Test Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
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 Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
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 Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.Razor.Test Removing CopyTo from RazorTextWriter 2015-12-01 12:37:11 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Remove the use of `Linq` and unneeded enumerators from Mvc `TagHelper`s. 2015-11-25 21:31:24 -08:00
Microsoft.AspNet.Mvc.Test * Debug log exceptions in JsonInput deserializing 2015-11-30 11:19:22 -08:00
Microsoft.AspNet.Mvc.TestCommon Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
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 Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
WebSites Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00