aspnetcore/test/Microsoft.AspNetCore.Mvc.Co...
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
..
ApplicationModel Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ApplicationParts [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
Authorization [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
Builder
Controllers Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
DependencyInjection [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
Filters
Formatters Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
Infrastructure Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
Internal Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
ModelBinding Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Properties
Routing Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
BadRequestObjectResultTests.cs
BadRequestResultTests.cs
BindAttributeTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ChallengeResultTest.cs
ConsumesAttributeTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ContentResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ControllerBaseTest.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
CreatedAtActionResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
CreatedAtRouteResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
CreatedResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
EmptyResultTests.cs
FileContentResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FileStreamResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FlushReportingStream.cs
ForbidResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
HttpNotFoundObjectResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
HttpNotFoundResultTests.cs
HttpOkObjectResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
HttpOkResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpStatusCodeResultTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpUnauthorizedResultTests.cs
LocalRedirectResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
MediaTypeCollectionTest.cs
Microsoft.AspNetCore.Mvc.Core.Test.xproj
MvcOptionsTest.cs
NonDisposableStreamTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
ObjectResultTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
PhysicalFileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ProducesAttributeTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RedirectResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RedirectToActionResultTest.cs
RedirectToRouteResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RequireHttpsAttributeTests.cs Changed RequireHttpsAttribute to default to 302 instead of 301 2016-05-03 12:11:18 -07:00
ResponseCacheAttributeTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
SerializableErrorTests.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
SignInResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
SignOutResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
TestApplicationPart.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
TestBufferingFeature.cs
TestFeatureProvider.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
VirtualFileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
project.json Fix build warnings 2016-05-02 14:52:02 -07:00