Visual Studio 2015 is built for a long time

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
+4
source share
2 answers

.Net native . . Net Native :

.NET Native , MSIL. ?

MSIL/JIT Visual Studio. .NET Native , , , . ++ .

( , , ) .Net Native. , .Net Native. Project.Properties, , , . , , , .

enter image description here

+5

webforms. 50 , 300 000 LOC, ( 1 Surface Pro 4 16GB I7). "Build Page" "Build Website", . . , "Build Website" , .

Property Page

0

Source: https://habr.com/ru/post/1611856/


All Articles