aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
Ryan Nowak 4d63ffa879 Make ValueProvider creation lazy
We want this change to avoid MVC eagerly reading the form. This is good
for general perf and also for scenarios where you want read the body
yourself (large file uploads).

We DO have scenarios where you want to configure the value providers
per-request or also to change the limits on the value providers (form) so
it's worth keeping these around on the context.
2016-05-13 08:11:21 -07:00
..
Binders Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
Metadata [Perf] Cache the metadata for known type "object" 2016-04-25 13:03:52 -07:00
Validation [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
EnumerableValueProviderTest.cs
FormValueProviderFactoryTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FormValueProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
JQueryFormValueProviderFactoryTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
JQueryFormValueProviderTest.cs
ModelBinderFactoryTest.cs Fixing BindNever attribute and Type model binding 2016-04-22 11:52:08 -07:00
ModelBindingHelperTest.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ModelBindingResultTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
QueryStringValueProviderFactoryTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs
StubModelBinder.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TestModelBinderProviderContext.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00