dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.85k stars 4.01k forks source link

Question: What's the acquisition story for mdv.exe? #12994

Open borgdylan opened 8 years ago

borgdylan commented 8 years ago

I am trying to debug a pdb issue (not with roslyn) and was told that the MetadataVisualizer or mdv will help. Do I need to build it from source or does roslyn ship this in a package?

Pilchie commented 8 years ago

Tag @tmat

tmat commented 8 years ago

You need to build if from source currently.