aspnetcore/test/Microsoft.AspNet.Mvc.WebApi...
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
..
ActionResults Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
HttpRequestMessage Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
Mocks
TestUtils
ApiControllerActionDiscoveryTest.cs
ApiControllerTest.cs Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
DefaultContentNegotiatorTest.cs
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs
HttpResponseExceptionActionFilterTest.cs
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs
Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj
OverloadActionConstraintTest.cs
project.json