Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added: IExpressionToCode interface with ToCode methods and full range of... #40

Closed
wants to merge 1 commit into from

Conversation

dadhi
Copy link
Collaborator

@dadhi dadhi commented Feb 4, 2015

added: IExpressionToCode interface with ToCode method and full range of ToCode extension methods.
added: Rules for specifying FullTypeNames and ExplicitMethodTypeArgs.
fixed: #13 Explicit type parameters for methods omitted - Instead of inferring which is complex task, I want to have setting to turn it on for my use case, and be off by default.

Hello,

I made change towards non-static ExpressionToCode. It is incomplete because I did not touch AnnotatedToCode. I want to hear you feedback first on this approach.

The reason in the first place was to support two use cases: with Type.FullName instead of just name, and the one related to #13 .

Hope it is right direction,
Maksim

… of ToCode expression methods.

added: Rules for specifying FullTypeNames and ExplicitMethodTypeArgs.
fixed: #13 Explicit type parameters for methods omitted - Instead of inferring which is complex task, I want to have setting to turn it on for my use case, and be off by default.
@dadhi
Copy link
Collaborator Author

dadhi commented Feb 6, 2015

Found issues mainly with CSharpFriendlyTypeName calls propagation. Will fix and submit new PR.

@dadhi dadhi closed this Feb 6, 2015
@EamonNerbonne
Copy link
Owner

This is exactly the direction I'd hope this lib would go, so thanks for the contrib!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explicit type parameters for methods omitted
2 participants