aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
Ryan Nowak 572e57e25c Create Mvc.Abstractions
Creates a new package 'Microsoft.AspNet.Mvc.Abstractions' which defines
APIs and contracts for core concepts and extensibility points in MVC.

Includes:
- ModelBinding
- Validation
- Model State
- Model Metadata
- Action Descriptors
- IActionResult
- Filters
- IActionConstraint
2015-04-27 00:49:14 -07:00
..
CompareAttributeAdapterTest.cs
CompositeModelValidatorProviderTest.cs
DataAnnotationsClientModelValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DataAnnotationsModelValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DataAnnotationsModelValidatorTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DefaultModelClientValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DefaultModelValidatorProviderTest.cs The model state keys for body bound models which are bound at property will use the entire model name with this change for example 2015-04-22 14:02:08 -07:00
DefaultObjectValidatorTests.cs
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
RangeAttributeAdapterTest.cs
ReferenceEqualityComparerTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs