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

Support generic methods in methodinfoserializerfactory #78

Merged
merged 1 commit into from
Nov 3, 2017

Conversation

markjerz
Copy link
Contributor

@markjerz markjerz commented Nov 2, 2017

Attempts to fix #77 by supporting serialization of closed constructed generic methodinfos.

Makes use of a more relaxed GetMethod implementation (defined in TypeEx) that will match closed constructed methods to generic method definitions in a sensible way.

FYI, I don't have FSharp on this machine so have not checked that those tests still work.

@Horusiath Horusiath merged commit 2f01f53 into akkadotnet:dev Nov 3, 2017
@Horusiath
Copy link
Contributor

@markjerz thanks for your PR ;)

@markjerz
Copy link
Contributor Author

markjerz commented Nov 8, 2017

No problem ... any chance of a nuget release with this?

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.

Serialization of Expression<Func<T, bool>>
2 participants