aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Merge branch 'release' into dev 2016-05-03 12:29:33 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
WebSites Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00