You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: