Skip to content

9.0.0

Latest
Compare
Choose a tag to compare
@gustavopsantos gustavopsantos released this 02 Sep 17:43
  • AddTransient (from value overload) removed
  • 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