aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding/Metadata
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
..
BindingSourceTest.cs Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
CompositeBindingSourceTest.cs Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
DefaultModelMetadataProviderTest.cs Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
DefaultModelMetadataTest.cs Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
DefaultValidationMetadataProviderTest.cs Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
EmptyCompositeMetadataDetailsProvider.cs
ExcludeBindingMetadataProviderTest.cs Fixing BindNever attribute and Type model binding 2016-04-22 11:52:08 -07:00
ModelAttributesTest.cs
ModelBinderAttributeTest.cs
ModelMetadataProviderExtensionsTest.cs