Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't understand how any of the libraries you mentioned would cause dependency issues unless you're referencing them in a weird way.

Nuget packages are usually compiled and self contained with their dependencies.



What happens is version conflicts. The dependencies often want to bring in conflicting versions of the grand-dependencies, the lower level libraries like Newtonsoft.Json and log4net and so on. There's a <bindingredirect> syntax in web.config or app.config that allows telling something to look for a different version. This usually works, and Nuget gets it right automatically most of the time, but occasionally there's a real conflict where a version isn't compatible and I spend a day a few times a year dealing with that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: