aspnetcore/test/Microsoft.AspNetCore.Mvc.Te...
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
..
CommonFilterTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlContentUtilities.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
MediaTypeAssert.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Microsoft.AspNetCore.Mvc.TestCommon.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
PlatformNormalizer.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ResourceFile.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
SimpleValueProvider.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
SimpleValueProviderFactory.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
TestClientModelValidatorProvider.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TestFileChangeToken.cs
TestFileInfo.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TestFileProvider.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TestHttpRequestStreamReaderFactory.cs * Remove HttpRespomseStreamWriter 2016-01-27 16:04:54 -08:00
TestHttpResponseStreamWriterFactory.cs * Remove HttpRespomseStreamWriter 2016-01-27 16:04:54 -08:00
TestModelBinderFactory.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TestModelMetadataProvider.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
TestModelValidatorProvider.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
TestOptionsManager.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ValidationAttributeUtil.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
project.json Transition to Netstandard. 2016-03-01 13:39:31 -08:00