c# - Is it possible to create a Microsoft.CodeAnalysis.CSharp.CSharpCompilation from a dll and pdb? -


i'd code analysis using microsoft.codeanalysis, compiling our source code takes while. there way use already-compiled pdb , dll files semantic , symbol data?

currently, no. neither pdb nor dll contain used reconstitute compilation in way faster could.


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -