Details
Description
Add support for calling .Net 3.5 Extension methods. Attached patch supports resolving extension methods.
Attachments
Issue Links
| This issue relates to: | ||||
| BOO-1103 | Method overloading dose not work as expected when using Clr extension methods |
|
|
|
| This issue depends upon: | ||||
| BOO-993 | Unable to invoke clr extension method through its static signature since rev. 2861 |
|
|
|
| BOO-994 | Generic extension methods |
|
|
|
| BOO-1100 | Support extension methods declared in an imported namespace without importing the type itself |
|
|
|
I see this patch in trunk and as i understand #994 correctly, extension methods should working know. But i can not get them to work with the compiler from rev 3076.
Attached a simple example project which demonstrates what i want to do.