TinyIoC icon indicating copy to clipboard operation
TinyIoC copied to clipboard

How to include in dnx console app project

Open dooreelko opened this issue 8 years ago • 2 comments

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?

dooreelko avatar Jun 07 '16 11:06 dooreelko

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.

j0nscalet avatar Jul 11 '16 20:07 j0nscalet

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?)

malachib avatar Aug 02 '16 22:08 malachib