aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Ryan Nowak 128d74e2a0 Refactor Argument Binder
This change just rearranges some code in the argument binder with a mind
towards performance and clarity. We're removing a few Task<T>'s here as
well in certain cases, but not yet all of them. We additionally save a
dictionary in the case where you have bound properties.

Hopefully these changes break the code into more discrete and sensible
units without multiple levels of indirection without abstraction.
- Main 'driver' code
- BindModel
- ActivateProperty
2016-05-13 08:12:14 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs
AttributeRouteTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
AttributeRoutingTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ControllerActionExecutorTests.cs
ControllerActionInvokerCacheTest.cs [Fixes #4616] Filter caching is too aggressive 2016-05-11 16:58:45 -07:00
ControllerActionInvokerTest.cs Refactor Argument Binder 2016-05-13 08:12:14 -07:00
ControllerArgumentBinderTests.cs Refactor Argument Binder 2016-05-13 08:12:14 -07:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
ModelBinderExtensions.cs
ObjectMethodExecutorTest.cs
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs