aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
Doug Bunting 42cea41737 Fail more gracefully when option collections cleared
- #4690
- move `ModelBindingMessageProvider` init from `DefaultBindingMetadataProvider` to `DefaultModelMetadata`
 - in addition to avoiding error cases, this removes some boilerplate
- add specific errors to `BodyModelBinderProvider`, `CompilerCache`, `CompositeViewEngine`, `ModelBinderFactory`,
  and `ObjectResultExecutor`
 - `DefaultRazorViewEngineFileProviderAccessor.FileProvider` now a `NullFileProvider` in empty case
2016-06-30 14:52:50 -07:00
..
CompareAttributeAdapterTest.cs
DataAnnotationsClientModelValidatorProviderTest.cs
DataAnnotationsMetadataProviderTest.cs
DataAnnotationsModelValidatorProviderTest.cs
DataAnnotationsModelValidatorTest.cs Changed min/max parameter order in StringLengthAttributeAdapter (#4899) 2016-06-27 10:21:50 -07:00
DataMemberRequiredBindingMetadataProviderTest.cs
DataTypeClientModelValidatorProviderTest.cs
DefaultModelClientValidatorProviderTest.cs
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
ModelMetadataProviderTest.cs Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
NumericClientModelValidatorTest.cs
RangeAttributeAdapterTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs Changed min/max parameter order in StringLengthAttributeAdapter (#4899) 2016-06-27 10:21:50 -07:00
TestModelNameProvider.cs
TestResources.cs
ValidationAttributeAdapterOfTAttributeTest.cs
ValidationAttributeAdapterProviderTest.cs