visual studio - Inspecting C# project in VS Package -
is there way inspect active project in vs package?
currently using filecodemodel, has basic support code inspection, needs api limited. somehow link on c# compiler , read expression trees, there in roslyn project.
in case else wonders how inspect hosted c# project , references, here link i've found.
it seems c# compiled result never exposed directly through api (i guess, roslyn).
Comments
Post a Comment