aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../ValueProviders
sornaks 5fa8a91111 -Issue #913 - Model-binding is being case-sensitive when binding Url data to Enum parameter.
Fix: Using TypeConverter solves this problem.
-Issue #1123 - TypeConverterModelBinder cannot bind "byte" and "short".
Fix: Modified code to use TypeConverter which can handle these scenarios.
-Removing the GetConverterDelegate method and making the code similar to the WebApi.
2014-10-14 15:36:52 -07:00
..
DictionaryBasedValueProviderTests.cs
FormValueProviderFactoryTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
QueryStringValueProviderFactoryTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ReadableStringCollectionValueProviderTests.cs Fix abstractions break in tests. 2014-08-20 14:33:39 -07:00
ValueProviderResultTest.cs -Issue #913 - Model-binding is being case-sensitive when binding Url data to Enum parameter. 2014-10-14 15:36:52 -07:00