aspnetcore/test
sornaks 1570e198ef Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in.
Fix - When the model is passed in to a View, ViewDataDictionary sets it. During this process, we recurse through all the properties and create FastPropertyGetters for each of them. In this case, since it is an enumerable, the properties which we recurse through are not the elements of the collection but the properties of the Enumerable instead. i.e - Enumerable.Current. Creating getters for these properties are not necessary. The fix moves the property iteration step to a place where the properties are actually requested.
- Splitting TypeInformation class into two and separating their caches appropriately.
2014-12-16 12:19:38 -08:00
..
Microsoft.AspNet.Mvc.Core.Test Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test Fix for #1681 - Model state errors are wrong with attributes like [FromHeader] 2014-12-10 14:03:51 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Compilation of Views should be affected by changes to _ViewStart files 2014-12-05 14:44:36 -08:00
Microsoft.AspNet.Mvc.Razor.Test Reacted to aspnet/Razor#215 changes. 2014-12-05 15:31:35 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Fix #1618, Add asp- prefix to custom attributes of MVC tag helpers 2014-12-05 15:48:33 -08:00
Microsoft.AspNet.Mvc.Test Fix for #1671 - Adding [FromHeader] attribute 2014-12-08 11:42:57 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
WebSites Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00