I have a console application that uses Unity. In app.config, I have 20 or so types registered in the default container.
I believe that launching the application (until I start to see some kind of source output) is very slow compared to a console application created without Unity.
Anyway, can I improve this startup time?
source
share