Microsoft announces NuPack, a new package manager for open source .NET libraries
1–10 of 15 posts
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#2Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#3This is just what .net needs... but the fact that it requires windows and visual studio just makes it impossible for me to use this.
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#4This is just what .net needs... but the fact that it requires windows and visual studio just makes it impossible for me to use this.
Isn't that what .NET is all about?
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#5This is just what .net needs... but the fact that it requires windows and visual studio just makes it impossible for me to use this.
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#6Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#7I tried to get started building something similar a couple of years ago, but the VS extension API kinda defeated me.
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#8This is just what .net needs... but the fact that it requires windows and visual studio just makes it impossible for me to use this.
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#9If you're interested in this space, you'd do well to check out @serialseb's OpenWrap: http://serialseb.blogspot.com/2010/07/intro-to-what-openwrap...
It's still in active development but, from demos I've seen if it, it looks very good. It seems to cover far more use cases than NuPack and has an elegant design.
Re: Microsoft announces NuPack, a new package manager for open source .NET libraries
#10It's definitely not tied to VS. There is an extensible core that the VS clients are built on top of. I think the mono guys will have their own client.