aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Metadata
Doug Bunting 0d92a829ff Correct minor problem in `CachedDataAnnotationsModelMetadata.ComputeDisplayFormatString()`
- only affects an extreme corner case: user sets `metadata.EditFormatString` then reads
  `metadata.DisplayFormatString`
- an extreme case because `EditFormatString` is normally set only when
  `DisplayFormatString` is set and, if set, it's to the same value
- happened to see this while updating `CachedDataAnnotationsModelMetadata` for this PR

nit: an -> a in an adjacent XML comment in `CachedDataAnnotationsModelMetadata`
2014-10-02 19:13:45 -07:00
..
AssociatedMetadataProviderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
CachedDataAnnotationsMetadataAttributesTest.cs
CachedDataAnnotationsModelMetadataProviderTest.cs
CachedDataAnnotationsModelMetadataTest.cs Correct minor problem in `CachedDataAnnotationsModelMetadata.ComputeDisplayFormatString()` 2014-10-02 19:13:45 -07:00
ModelMetadataTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00