Extension methods
Is it possible to have dotPeek to change the generated source code "back" to extension method style.
eg. instead of:
Enumerable.Cast<string>((IEnumerable) parameters)
i would like to see
parameters.Cast<string>()
like it was in my original code :)
I don't see it in the Options dialog, but is there a plugin or something? Or can I submit it as a feature request?
Thank you for your time!
Please sign in to leave a comment.
This issue was fixed in dotPeek 2016.1 (https://youtrack.jetbrains.com/issue/DOTP-552).