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

php - Auto increment employee ID -

php - isset function not working properly -

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