On Saturday, April 30, 2011, Jb Evain <[email protected]> wrote: > On Sat, Apr 30, 2011 at 1:12 AM, Kevin Swiber <[email protected]> wrote: >>> As for dotPeek, I think it will JetBrain's custom >>> metadata reader they have in resharper. > > Geez, I totally my sentence. > >> You can add OpenWrap to the list, as well. It's a package manager >> for .NET. > > Really? I don't see Cecil in the github repo.
That's because OpenWrap uses itself to manage its own dependencies. The easiest way to see the dependencies is to check the wrapdesc file: https://github.com/openrasta/openwrap/blob/master/openwrap.wrapdesc . You'll see mono.cecil In there. I know it's kinda different, but there's a reason for it. -- Kevin Swiber Projects: https://github.com/kevinswiber Twitter: @kevinswiber -- -- mono-cecil
