GroupBySelectClauseRewriter fails or is suboptimal on .Net 4.0
Description
GroupBySelectClauseRewriter.TryFindTransparentPropertyOfAnonymousObject() can fail to match members that should be matched when running on .Net 4.0. This is because it expects NewExpression.Members to contain MethodInfo instances (with a prefix on the name), but on .Net 4 it contains PropertyInfo instances instead.
Environment
None
Activity
Show:
Oskar Berggren
September 2, 2012, 8:05 PM
Fix committed 44507e6fe5369362664ab6614dbc03915eb55397.
Fixed
Assignee
Reporter
Labels
None