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
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
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
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
Microsoft.AspNetCore.Mvc.Razor.Host.Test
Microsoft.AspNetCore.Mvc.Razor.Test
Microsoft.AspNetCore.Mvc.TagHelpers.Test
Microsoft.AspNetCore.Mvc.Test
Microsoft.AspNetCore.Mvc.TestCommon
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode. 2016-03-30 11:51:58 -07:00