Live data from Hacker News

Microsoft announces NuPack, a new package manager for open source .NET libraries

nupack.codeplex.com

11–15 of 15 posts

Re: Microsoft announces NuPack, a new package manager for open source .NET libraries

#11

Awesome. This is what Codeplex should have had from the start. I tried to get started building something similar a couple of years ago, but the VS extension API kinda defeated me.

I worked for Microsoft doing VS integration for XNA Game Studio. As someone who had access to both the VS source and several VS internals experts, I too was kinda defeated by the VS extension API.

Re: Microsoft announces NuPack, a new package manager for open source .NET libraries

#12
Yeah ... finally a new packaging system. I think it's always good to start a new packaging system as there are only about 5 gazillion ones out there. A least they have enough sources they can look at when they run in the same problems that everybody else has run into before. Writing a new packaging system seems to be the new Hello World.

Re: Microsoft announces NuPack, a new package manager for open source .NET libraries

#13

Awesome. This is what Codeplex should have had from the start. I tried to get started building something similar a couple of years ago, but the VS extension API kinda defeated me.

I worked for Microsoft doing VS integration for XNA Game Studio. As someone who had access to both the VS source and several VS internals experts, I too was kinda defeated by the VS extension API.

Good to know it's not just me, then :-)

I was all enthused when John Lam did a demo of scripting Visual Studio with IronRuby (I don't think it was his work, he was just demoing it), so I sent him an email asking after the source, but it turned out not to be something they were going to release. Which was a shame. He did make it look awfully slick.

Re: Microsoft announces NuPack, a new package manager for open source .NET libraries

#14

Awesome. This is what Codeplex should have had from the start. I tried to get started building something similar a couple of years ago, but the VS extension API kinda defeated me.

Doesn't VS2010 have a new extension API?

Re: Microsoft announces NuPack, a new package manager for open source .NET libraries

#15

Awesome. This is what Codeplex should have had from the start. I tried to get started building something similar a couple of years ago, but the VS extension API kinda defeated me.

Doesn't VS2010 have a new extension API?

Kinda.

VS2010 has a new, WPF-based shell/editor. That brings along many new .NET-based integration points and mostly obsoletes the old editor APIs. They've also improved the plugin-loading architecture and several other things. However, do do any meaningful integration, you still need to code to the poorly documented COM APIs. The project system, for example, hasn't changed much at all since VS 6.

Post reply on HN