hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.89k stars 165 forks source link

Publish Nuget package #549

Closed yaron-E92 closed 4 months ago

yaron-E92 commented 1 year ago

As part of my CI I need to be able to retrieve at least VContainer and VContainer.Unity. Could you please publish a Nuget package with at least the relevant dlls for these namespaces? I could also do it myself if you give me permission

hadashiA commented 4 months ago

For VContainer.Unity, it may not be possible to pass the compilation through the nuget environment.

For Unity-independent parts, there may be advantages. So it could be done, however, I have my doubts about the need for a DI container in a test environment, so it is a low priority.

However, I hope to support Microsfot.Extensions.DependencyInjection abstract layer in the near future. Depending on the nature of this work, we may end up exposing VContainer in the nuget package. However, we have not yet designed the details.

I would like to discuss this in #639.