Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top