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
Reflex Debugger Window instances now shows up sha1 hash of the hashcode of the instance, making it easier to detect and inspect inherited and owned bindings
Changed life-cycle of transients, before it was being disposed within container who created the binding, now it is disposed within constructing container
Added AddScoped (from type and from factory), which also it is disposed within constructing container