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

Change support for default disposal scope #208

Closed
ipjohnson opened this issue Mar 16, 2019 · 1 comment
Closed

Change support for default disposal scope #208

ipjohnson opened this issue Mar 16, 2019 · 1 comment

Comments

@ipjohnson
Copy link
Owner

Currently there is the ability to change the default disposal scope provider through the constructor. There are a two different better ways to handle this at compile time vs at locate time.

  • Custom default lifestyle that applies custom disposal logic
  • Replace the IDisposalScopeExpressionCreator to wire in logic for disposal
@ipjohnson ipjohnson added this to the 7.0 milestone Mar 16, 2019
ipjohnson added a commit that referenced this issue Mar 16, 2019
@ipjohnson
Copy link
Owner Author

This implemented and will be part of 7.0

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

No branches or pull requests

1 participant