Hi all,
I'm working on a large VB.NET application (.NET framework 3.5) that includes a project in the solution with extension methods. As the project gets larger, the compile time on the extensions project continues to take more and more time, we're currently at about 5-10 minutes for a full compile. We're working on other projects with similar architectures and size in C# that don't experience the slow compile time. Has anyone else experienced this and does anyone have an idea how to bring the compile time down?
