1

I am using Roslyn to generate a runtime dll using a number of VB files on disk. I am first creating syntax trees from all those files and then using them for creating VBCompilation and them emitting the assembly. The whole process takes ~ 10 min. Creating syntax trees takes up a significant portion of that time. If I compile the files using CodeDom, it takes ~3 min. Is there a way to make Roslyn compile files faster?

Anoop
  • 101
  • 1
  • 10

0 Answers0