grumpydev/TinyIoC

Why nuget install doesn't create a refencable TinyIOC dll ?

Closed this issue · 1 comments

With a shared dll it's possible to share same dll through separated projects and wouldn't be required to bring same TinyIOC.cs code on all projects.

Currently it only does a source file (https://github.com/grumpydev/TinyIoC#overview) but it could be added value to Brin in a nuget package. You should only have to bring it into one of your shared assemblies and reference it from your other ones.