aspnetcore/test
Doug Bunting ce53675b87 Add `[ValidateNever]` and `IPropertyValidationFilter`
- #5642
- lazy-load `ValidationEntry.Model`
  - avoids `Exception`s when moving to a property that will not be validated

nits:
- remove duplicate code in `ValidationVisitor`
- clarify "all properties of" doc comments
  - also add missing `<param>` doc in `ViewDataInfo`
2017-01-15 21:40:29 -08:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Mutate API description parameter type from JsonPatchDocument to Operation[] 2017-01-13 16:39:08 -08:00
Microsoft.AspNetCore.Mvc.Core.Test Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Mutate API description parameter type from JsonPatchDocument to Operation[] 2017-01-13 16:39:08 -08:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests
Microsoft.AspNetCore.Mvc.IntegrationTests Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Host.Test
Microsoft.AspNetCore.Mvc.Razor.Test
Microsoft.AspNetCore.Mvc.RazorPages.Test
Microsoft.AspNetCore.Mvc.TagHelpers.Test
Microsoft.AspNetCore.Mvc.Test Mutate API description parameter type from JsonPatchDocument to Operation[] 2017-01-13 16:39:08 -08:00
Microsoft.AspNetCore.Mvc.TestCommon
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites