aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Binders
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
..
ArrayModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ByteArrayModelBinderTests.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
CancellationTokenModelBinderTests.cs Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
CollectionModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ComplexModelDtoResultTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
ComplexModelDtoTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
CompositeModelBinderTest.cs Limit the maximum number of Model errors to a reasonable value. 2014-09-16 09:57:00 -07:00
DictionaryModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
KeyValuePairModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ModelBindingContextTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
MutableObjectModelBinderTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
TypeConverterModelBinderTest.cs -Issue #913 - Model-binding is being case-sensitive when binding Url data to Enum parameter. 2014-10-14 15:36:52 -07:00