aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
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
..
DependencyInjection
Internal Special-case use of `razorPage.Model` property in `ExpressionMetadataProvider` 2016-04-15 17:15:33 -07:00
Properties
Rendering Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ViewComponents Merge branch 'release' into dev 2016-04-08 16:06:59 -07:00
ViewEngines
ViewFeatures Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ControllerTest.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json Fix build warnings 2016-05-02 14:52:02 -07:00