aspnetcore/test/Microsoft.AspNetCore.Mvc.Co...
Ryan Nowak e1abb47b98 Fix #4238 IFormFile model binder suppresses validation
This change no longer suppresses validation for IFormFile and
IFormFileCollection model values. This will allow the use of [Required] on an
IFormFile model, or a custom attribute for validating IFormFileCollection.

These types already have ValidateChildren = false, so we don't recurse
into them.
2016-03-30 14:09:28 -07:00
..
ApplicationModel [Fixes #4043] Figure out ControllerModel.AttributeRoutes 2016-03-01 10:28:24 -08:00
Authorization [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
Builder
Controllers
DependencyInjection
Filters Updating to use cli 2016-02-22 17:49:51 -08:00
Formatters [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
Infrastructure Revert "Remove DependencyModel dependency" 2016-03-29 07:29:43 -07:00
Internal Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelBinding Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
Properties
Routing An `ObjectPoolProvider` is always registered 2016-03-25 11:20:15 -07:00
BadRequestObjectResultTests.cs
BadRequestResultTests.cs
BindAttributeTest.cs
ChallengeResultTest.cs
ConsumesAttributeTests.cs
ContentResultTest.cs
ControllerBaseTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CreatedAtActionResultTests.cs
CreatedAtRouteResultTests.cs
CreatedResultTests.cs
EmptyResultTests.cs
FileContentResultTest.cs
FileResultTest.cs
FileStreamResultTest.cs
FlushReportingStream.cs
ForbidResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
HttpNotFoundObjectResultTest.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
HttpNotFoundResultTests.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
HttpOkObjectResultTest.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
HttpOkResultTest.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
HttpStatusCodeResultTests.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
HttpUnauthorizedResultTests.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
LocalRedirectResultTest.cs [Perf] Using single UrlHelper per HttpContext and one StringBuilder per UrlHelper to reduce allocations 2016-03-07 13:48:54 -08:00
MediaTypeCollectionTest.cs
Microsoft.AspNetCore.Mvc.Core.Test.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
MvcOptionsTest.cs
NonDisposableStreamTest.cs Transition to Netstandard. 2016-03-01 13:39:31 -08:00
ObjectResultTests.cs
PhysicalFileResultTest.cs
ProducesAttributeTests.cs
RedirectResultTest.cs [Perf] Using single UrlHelper per HttpContext and one StringBuilder per UrlHelper to reduce allocations 2016-03-07 13:48:54 -08:00
RedirectToActionResultTest.cs
RedirectToRouteResultTest.cs
RequireHttpsAttributeTests.cs [Fixes #4112 #4093] Adding support for custom SSL port 2016-02-23 10:21:11 -08:00
ResponseCacheAttributeTest.cs
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
TestBufferingFeature.cs
VirtualFileResultTest.cs
project.json Fixed packages 2016-03-25 12:27:49 -07:00