I have a server implementation that has a shared package where I only want access to the Attributes for the shared contract services so my Unity project is able to handle keyed injection from these services without having to create a wrapper, etc. Then I don't need to bleed all the VContainer classes into my server for just the use of attributes on my contracts. This would be super helpful for me!
Thanks for taking the time! I appreciate this DI implementation a lot.