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. |
||
|---|---|---|
| .. | ||
| ContentViewComponentResultTest.cs | ||
| DefaultViewComponentActivatorTests.cs | ||
| DefaultViewComponentDescriptorProviderTest.cs | ||
| DefaultViewComponentSelectorTest.cs | ||
| HtmlContentViewComponentResultTest.cs | ||
| JsonViewComponentResultTest.cs | ||
| ViewComponentConventionsTest.cs | ||
| ViewComponentMethodSelectorTest.cs | ||
| ViewViewComponentResultTest.cs | ||