MykolaBalakin / VSOutputEnhancer

Extension to add colors to Visual Studio output window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major bug: VSOutputEnhancer kills build performance

konste opened this issue · comments

It took me awhile to identify the guilty VS extension, but now I'm sure - VSOutputEnhancer is responsible for dramatic slowdown of Visual Studio builds. Normally during the build I can see all 8 cores loaded most of the time. With VSOutputEnhancer active I see that the whole process become serialized, i.e. more or less single threaded. Just try it with solution which contains a hundred projects and takes a few minutes to build and you would notice the difference immediately.

@konste, I just submit new version of extension on VS gallery. Can you check, did it fix the problem?

I have not measured it with the clock, but it feels like it does not slow down the build anymore! Thank you!

@konste, you are welcome. :)