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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -