aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Fixed packages 2016-03-25 12:27:49 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode. 2016-03-30 11:51:58 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Fixed packages 2016-03-25 12:27:49 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Fixed packages 2016-03-25 12:27:49 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Fixed packages 2016-03-25 12:27:49 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Fixed packages 2016-03-25 12:27:49 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode. 2016-03-30 11:51:58 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Fixed packages 2016-03-25 12:27:49 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test React to aspnet/Razor#720. 2016-03-29 15:30:49 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Revert "Remove DependencyModel dependency" 2016-03-29 07:29:43 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Fixing race condition in cache helpers unit tests 2016-03-29 10:59:26 -07:00
Microsoft.AspNetCore.Mvc.Test Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources Remove project name from output path 2016-03-02 14:39:12 -08:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
WebSites Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode. 2016-03-30 11:51:58 -07:00