YairHalberstadt / stronginject

compile time dependency injection for .NET
MIT License
845 stars 24 forks source link

Remove _disposed int field and allow GC of delegate target even if Owned stays rooted #135

Closed jnm2 closed 3 years ago

jnm2 commented 3 years ago

(Only if desired)

This was the easiest way to demonstrate the way I usually implement this.

YairHalberstadt commented 3 years ago

Looks great, thanks!

YairHalberstadt commented 3 years ago

CLosing and reopening to trigger CI