views:

132

answers:

2

So when planning new projects is it safe to use NuPack to handle dependencies? When I say safe, will it stick around? Or is it going to just be a hyped project that dies (i.e. Google Wave)? Is there really a place, or need for dependency management in .NET?

If not, what is the recommended way to handle dependencies?

+2  A: 

If you use anything open source in .net I don't see a case not to use it.

I've seen .net OSS project developers asking to unify this in the past, I don't see how it won't take off.

ps. Personally I'm going to use it

eglasius
Going to use it here, too - but I'll wait for primetime.
JasCav
+4  A: 

NuPack is currently a developer preview but a) it's actively developed and maintained by both OSS developers (like myself) and core ASP.NET Microsoft employees and b) it will be folded into the core of Visual Studio. So yes, it will be around for a long time.

Bil