aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Doug Bunting 40b7636b72 Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException`
- #3227
- much of change is to tests, creating and passing `ModelMetadata`
- updated `InputFormatterContext` to make `ModelMetadata` available to `JsonInputFormatter`
  - walk `ModelMetadata` tree to get information about property with an issue
- add missing `null` checks in `ModelStateDictionaryExtensions`
2015-10-22 15:50:36 -07:00
..
Metadata
Validation Rename ModelState (the type) -> ModelStateEntry 2015-10-20 16:43:00 -07:00
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
CancellationTokenModelBinderTests.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
CollectionModelBinderTest.cs
CompositeModelBinderTest.cs
CompositeValueProviderTest.cs Reducing allocations in value providers 2015-10-06 14:25:19 -07:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs
FormCollectionModelBinderTest.cs
FormFileModelBinderTest.cs
FormValueProviderFactoryTest.cs
HeaderModelBinderTests.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
KeyValuePairModelBinderTest.cs
ModelBindingContextTest.cs
ModelBindingHelperTest.cs Rename ModelState (the type) -> ModelStateEntry 2015-10-20 16:43:00 -07:00
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs Rename ModelState (the type) -> ModelStateEntry 2015-10-20 16:43:00 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs
ServicesModelBinderTest.cs Test `[FromServices]` with service that is not available 2015-10-14 11:46:11 -07:00
SimpleTypeModelBinderTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
SimpleValueProvider.cs
TestValueProvider.cs