aspnetcore/test/WebSites
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
..
ActivatorWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
AddServicesWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
AntiForgeryWebSite matched classnames with filenames 2014-11-25 11:21:17 -08:00
ApiExplorerWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ApplicationModelWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
AutofacWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
BasicWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
CompositeViewEngine Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ConnegWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
FilesWebSite Checkin VS auto-modifications to kproj files 2014-12-03 11:11:43 -08:00
FiltersWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
FormatterWebSite Removing transitive references from aspnetcore50 to unblock build 2014-12-12 12:53:27 -08:00
InlineConstraintsWebSite Changed to use OptionalRouteConstraint created by Routing to use for inline optional parameters in attribute routing. Also added tests for inline parameters. 2014-12-04 11:00:48 -08:00
Microsoft.AspNet.Mvc.TestConfiguration Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ModelBindingWebSite Fix for #1671 - Adding [FromHeader] attribute 2014-12-08 11:42:57 -08:00
PrecompilationWebSite Compilation of Views should be affected by changes to _ViewStart files 2014-12-05 14:44:36 -08:00
RazorInstrumentationWebsite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
RazorWebSite Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
RequestServicesWebSite Checkin VS auto-modifications to kproj files 2014-12-03 11:11:43 -08:00
RoutingWebSite Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
TagHelpersWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
UrlHelperWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ValueProvidersSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00
VersioningWebSite Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
ViewComponentWebSite Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
WebApiCompatShimWebSite Checkin VS auto-modifications to kproj files 2014-12-03 11:11:43 -08:00
XmlSerializerWebSite Add schema version to kproj files 2014-11-25 10:57:58 -08:00