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. |
||
|---|---|---|
| .. | ||
| ActionResults | ||
| HttpRequestMessage | ||
| Mocks | ||
| TestUtils | ||
| ApiControllerActionDiscoveryTest.cs | ||
| ApiControllerTest.cs | ||
| DefaultContentNegotiatorTest.cs | ||
| FormDataCollectionExtensionsTest.cs | ||
| HttpErrorTest.cs | ||
| HttpResponseExceptionActionFilterTest.cs | ||
| HttpResponseExceptionTest.cs | ||
| HttpResponseMessageOutputFormatterTests.cs | ||
| Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj | ||
| OverloadActionConstraintTest.cs | ||
| project.json | ||