aspnetcore/test/Microsoft.AspNet.Mvc.Abstra.../ModelBinding
Doug Bunting bf7e0f141e Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata`
- #2992
- use new properties to replace common helper methods
- still a few `Nullable.GetUnderlyingType()` calls
  - creating `ModelMetadata` or sites lacking `ModelMetadata` access e.g. `ModelBindingHelper.ConvertTo()`
2015-08-24 12:26:50 -07:00
..
ModelExplorerTest.cs
ModelMetadataTest.cs Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata` 2015-08-24 12:26:50 -07:00
ModelStateDictionaryTest.cs
ValueProviderResultTest.cs