This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
95c10050c9
aspnetcore
/
test
/
Microsoft.AspNetCore.Mvc.Da...
/
Internal
History
Kiran Challa
72eb546329
Added attribute adapter for DataAnnotation's FileExtensionsAttribute
2017-09-18 16:20:26 -07:00
..
CompareAttributeAdapterTest.cs
Upgrade test framework versions and fix test issues
2017-05-15 14:11:27 -07:00
DataAnnotationsClientModelValidatorProviderTest.cs
…
DataAnnotationsMetadataProviderTest.cs
Order enum values by DisplayAttribute.Order
2017-03-27 12:22:35 -07:00
DataAnnotationsModelValidatorProviderTest.cs
…
DataAnnotationsModelValidatorTest.cs
Update partner package versions
2016-10-03 14:27:20 -07:00
DataMemberRequiredBindingMetadataProviderTest.cs
…
DataTypeClientModelValidatorProviderTest.cs
…
DefaultModelClientValidatorProviderTest.cs
…
FileExtensionsAttributeAdapterTest.cs
Added attribute adapter for DataAnnotation's FileExtensionsAttribute
2017-09-18 16:20:26 -07:00
MaxLengthAttributeAdapterTest.cs
…
MinLengthAttributeAdapterTest.cs
…
ModelMetadataProviderTest.cs
Use DataAnnotationLocalizerProvider for Display localization
2016-09-23 10:05:42 -07:00
MvcDataAnnotationsMvcOptionsSetup.cs
Replace ConfigureOptions with IConfigureOptions
2016-09-08 15:19:07 -07:00
NumericClientModelValidatorTest.cs
Do not include type names in `ModelState` error messages
2017-06-28 15:16:23 -07:00
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
Fixes
#5198
Stops caching of Enum display values (
#5185
)
2016-09-07 16:00:17 -07:00
ValidationAttributeAdapterOfTAttributeTest.cs
…
ValidationAttributeAdapterProviderTest.cs
…