codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.91k stars 360 forks source link

devenv.exe hang 60+ sec when build c++ static lib project #426

Open ScottKaiGu opened 7 years ago

ScottKaiGu commented 7 years ago

Environment

Description

after install codemaid, devenv.exe hang 60+ sec when build some c++ projects, if disable/remove codemaid, devenv back to normal.

Steps to recreate

  1. create a static lib project
  2. create 2nd static lib project which ref the 1st one
  3. build the 2nd project
  4. to recreate

Current behavior

Explain what it's doing and why it's wrong.

Expected behavior

Explain what it should be doing after it's fixed.

codecadwallader commented 7 years ago

Thanks for reporting the issue. Can you provide the sample solution you've built?

ScottKaiGu commented 7 years ago

the situation is simple, i've thousands warnings when build the project, the hang issue gone after i removed the warnings.

2017-03-31 18:24 GMT+08:00 Steve Cadwallader notifications@github.com:

Thanks for reporting the issue. Can you provide the sample solution you've built?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/codecadwallader/codemaid/issues/426#issuecomment-290676694, or mute the thread https://github.com/notifications/unsubscribe-auth/AEUNnWJf2cUaEmoLvQGirytMpbicgF0eks5rrNRZgaJpZM4MvacB .

-- Best Regards! Scott Gu 谷恺

Thomson Reuters

Phone: +86(0)10 6267 4212 or 13120170639 gu.kai.66@gmail.com

kai.gu@thomsonreuters.com

codecadwallader commented 7 years ago

I'm not sure I understand.. so you've fixed the issue or it still exists? If it still exists, can you provide sample code that exhibits the issue?

ScottKaiGu commented 7 years ago

if you have thouands warnings in your c++ project, you'll see this issue..

codecadwallader commented 7 years ago

Ok, I don't have a c++ project with thousands of warnings so can you provide one?