aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak 89a8d0e36c Remove IScopedInstance - use AsyncLocal for ActionContext and
ActionBindingContext

This change replaces IScopedInstance<T> in favor or IActionContextAccessor
and IActionBindingContextAccessor. In the spirit of IHttpContextAccessor,
these are both singletons which use AsyncLocal for storage.

This change allows the invoker factory to be cached which results in some
significant perf gains.
2015-08-13 15:58:29 -07:00
..
Properties
Rendering Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
TempData Make saving TempData operate via a filter 2015-08-07 16:53:11 -07:00
ViewComponents
ControllerTest.cs Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
ControllerUnitTestabilityTests.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
FileContentResultTest.cs
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
MockMvcViewOptionsAccessor.cs
PartialViewResultTest.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
RemoteAttributeTest.cs Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
ViewExecutorTest.cs
ViewResultTest.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
project.json