TinyIoC
TinyIoC copied to clipboard
How to include in dnx console app project
I've got "dependencies": { "TinyIoC": "1.3.0", ... in my project.json but after dnu restore, the dnu build fails with not finding the TinyIoC namespace. Eventually I just copied the file over, but I guess it's wrong. Is it?
This issue has been addressed with #94. However the nuget package has not been updated since version 1.03, which is the reason you cannot build it.
@jchannon since you created #94 maybe you could help us with this? I'm assuming team members are pulling and building locally during development. Forgive my ignorance but care to shed some light on the process?
Also, curious, how often does the nuget package get updateds?
Thanks.
I'm trying to inline-compile TinyIoC in my .NET Core lib but I am not having a lot of luck. #94 seems like it might be a little outdated now?
Specifically: "AppDomain" does not exist in current context errors. But, if I enable NETFX_CORE, then the Windows.Storage libs don't resolve (and if they did, would it be portable to linux?)