aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding/Binders
Doug Bunting fc3a815e57
Restore `ModelMetadata.PropertyName != null` behaviour
- #7413 part 2 of 2
- add `ModelMetadata.Name` and `ParameterName`
  - use `Name` instead of `PropertyName` in most cases
- update `ModelMetadata.ContainerType` and other property use
  - choose using `MetadataKind` almost everywhere; support all possibilties
    - usually parameter metadata was possible but not handled
    - worst case was one or two potential NREs, especially `ContainerType.*` dereferences
  - improve `MvcCoreLoggerExtensions` metadata handling
    - add three new debug messages, one for type metadata and two for parameter metadata
- update `ModelMetadata.ContainerMetadata`, `ContainerType` and `PropertyName` doc comments
- no changes needed in Microsoft.AspNetCore.Mvc.ViewFeatures because parameters aren't viewed

nits:
- add missing `TestModelMetadataProvider.ForParameter(...)` method
- remove unused `EmptyModelMetadataProvider` instances in `ModelMetadataTest`
- refactor `ModelValidationResultComparer` out of DataAnnotationsModelValidatorTest`
- take VS suggestions, mostly related to variable inlining and object initializers
2018-03-29 07:22:00 -07:00
..
ArrayModelBinderProviderTest.cs
ArrayModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
BinderTypeModelBinderProviderTest.cs
BinderTypeModelBinderTest.cs
BodyModelBinderProviderTest.cs
BodyModelBinderTests.cs Smooth rough ApiBehavior edges 2018-01-22 09:53:21 -08:00
ByteArrayModelBinderProviderTest.cs
ByteArrayModelBinderTests.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
CancellationTokenModelBinderProviderTest.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderProviderTest.cs
CollectionModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
ComplexTypeModelBinderProviderTest.cs
ComplexTypeModelBinderTest.cs Restore `ModelMetadata.PropertyName != null` behaviour 2018-03-29 07:22:00 -07:00
DecimalModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
DictionaryModelBinderProviderTest.cs
DictionaryModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
DoubleModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
EnumTypeModelBinderProviderTest.cs
EnumTypeModelBinderTest.cs
FloatModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
FloatingPointTypeModelBinderProviderTest.cs
FloatingPointTypeModelBinderTestOfT.cs
FormCollectionModelBinderProviderTest.cs
FormCollectionModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
FormFileModelBinderProviderTest.cs
FormFileModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
HeaderModelBinderProviderTest.cs [Fixes #5859] Consider allowing binding header values to types other than string and string collections 2018-01-30 11:47:16 -08:00
HeaderModelBinderTests.cs [Fixes #5859] Consider allowing binding header values to types other than string and string collections 2018-01-30 11:47:16 -08:00
KeyValuePairModelBinderProviderTest.cs
KeyValuePairModelBinderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
ServicesModelBinderProviderTest.cs
ServicesModelBinderTest.cs
SimpleTypeModelBinderProviderTest.cs
SimpleTypeModelBinderTest.cs Restore `ModelMetadata.PropertyName != null` behaviour 2018-03-29 07:22:00 -07:00