Proxying fails for methods with generic class as generic parameter constraints or generic parameter attributes
Description
Environment
None
Activity
Show:
Oskar Berggren September 6, 2012 at 6:50 PM
Partially merged in f38ca4cefa848523516553421ec7d051a9e6d994. Remaining issue covered by NH-3260.
cremor August 17, 2012 at 7:46 AM
Pull request containing some tests and a partial fix: https://github.com/nhibernate/nhibernate-core/pull/142
Generic parameter attributes are fixed, generic class as generic parameter constraints still doesn't work.
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
cremor
cremorLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created August 17, 2012 at 7:16 AM
Updated September 21, 2014 at 12:40 PM
Resolved September 6, 2012 at 6:50 PM
Who's Looking?
Creating a proxy fails if a method has a generic class as generic parameter constraints (e.g. "where TRequestedType : MyGenericClass<TId>") or generic parameter attributes (e.g. "new()").