VContainer
VContainer copied to clipboard
LifetimeScope: added generic overloads for CreateChild()
Added generic overloads for
LifetimeScope.CreateChild<TScope>()
This allows us to create child scopes of specific type like this:
var customScope = _parentScope.CreateChild<CustomScope>()
Now we can select this programmatically created CustomScope to be a parent for some other scene scope, when scene is loaded.

The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| vcontainer | ✅ Ready (Inspect) | Visit Preview | Aug 16, 2022 at 6:31PM (UTC) |
Thanks for the fix :)