Skip to content

Add non-generic overload of CreateInstance #5

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

Merged
merged 9 commits into from
Nov 29, 2018

Conversation

hypercodeplace
Copy link
Collaborator

@hypercodeplace hypercodeplace commented Nov 28, 2018

  • Generic types will cause generating of open-generic proxies only;
  • Non-generic overload of CreateInstance is added;
  • Method Initialize is used instead of ctor to improve performance
  • Argument of proxy is changed from Lazy<IService<T>> to Func<object>
  • Class constraint for T is added.

@hypercodeplace hypercodeplace merged commit f345fbf into master Nov 29, 2018
@hypercodeplace hypercodeplace deleted the supporting-open-generic branch May 16, 2019 02:53
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.

3 participants