aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Core.Test Add Html.Partial - sync versions of Html.PartialAsync 2014-10-14 15:15:50 -07:00
Microsoft.AspNet.Mvc.FunctionalTests updating ILogger, see aspnet/Logging#3 2014-10-14 10:25:01 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test -Issue #913 - Model-binding is being case-sensitive when binding Url data to Enum parameter. 2014-10-14 15:36:52 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest [Fixes #1331] Dispose HttpResponseMessage once its written out in HttpResponseMessageOutputFormatter 2014-10-13 22:34:36 -07:00
WebSites