I have a console application that uses Unity. In the app.config, I have 20 or so types registered in the default container.
I find that starting up the application (until I start to see some initial output) is very slow compared to a console application built without Unity.
Is there anyway I can improve this start up time?