문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top