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
rd-net: allowed comparison and basic operations (operators == and !=, Equals, GetHashCode) for default(Lifetime).
rd-net: support two different modes for default(Lifetime).
If Lifetime.LogErrorIfLifetimeIsNotInitialized == true (enabled by default), usages of default(Lifetime).Definition will log errors. default(Lifetime) is not equal to Lifetime.Eternal.
If Lifetime.LogErrorIfLifetimeIsNotInitialized == false (must be switched explicitly), legacy mode is active. In this mode, default(Lifetime) is essentially the same (and considered as equal to) Lifetime.Eternal.