Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to include in dnx console app project #98

Open
dooreelko opened this issue Jun 7, 2016 · 2 comments
Open

How to include in dnx console app project #98

dooreelko opened this issue Jun 7, 2016 · 2 comments

Comments

@dooreelko
Copy link

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?

@j0nscalet
Copy link

j0nscalet commented Jul 11, 2016

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.

@malachib
Copy link

malachib commented Aug 2, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants