Code Analysis not excluding files based on filemask

Answered

I even made a Stackoverflow post about this but I'm unable to exclude files with a particular name. The code analysis is still melting through hundreds of files with a particular name in the solution.

So I have files such as:

- potato.dust.js

- potato.router.js

- potato.debug.router.js

- potato.somethingelse.js 

and I've added a file mask *potato*.. I expect the code wide analysis NOT to go through the above files anymore. 

 

How am I verifying that it is still going through those files?

I right click the Processing-files bar on the bottom right of visual studio and it shows it very well.

 

This is a really large issue for me currently as I do want to keep the code analysis but just not on those files.

 Update* I tried to disable code wide analysis and it's still processing all these files and bottlenecking my visual studio everytime I launch the solution.

Visual studio 2015 Enterprise (Update 3)

0
2 comments

I replicate the answer here (seems that I replied you already in corresponding YouTrack issue).

0
Avatar
Permanently deleted user

Yes, it was the same question. Thank you again.

0

Please sign in to leave a comment.