I switched from VS 2013 to VS 2015, and when I build, it takes 90+ seconds or so.
Is there anything I can do to speed this up? (VS 2013 took about 10 seconds).
Also, what is the reason? I see that a few extra things work during the build (I don't think 2013 did all this):
- Running .NET Native Compilation
- Application Code Processing
- Shutting down the application and creating interaction code
- Compiling Interaction Code
- Generate serialization code
- Clearing Unbound Code
- Running custom compilers
Yosem source
share