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

Add flag to mark lifestyle as transient, scoped, singleton #58

Closed
ipjohnson opened this issue Feb 11, 2017 · 0 comments
Closed

Add flag to mark lifestyle as transient, scoped, singleton #58

ipjohnson opened this issue Feb 11, 2017 · 0 comments

Comments

@ipjohnson
Copy link
Owner

Currently lifestyles are treated the same across the board. For lifestyles like per object graph and per ancestor they are effectively transients and should be treated as such for situation like issue #57

public enum LifestyleType
{
  Transient,
  Scoped,
  Singleton
}
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