Question Delete GlobalSuppressions file?

aaaron

Well-known member
Joined
Jan 23, 2011
Messages
216
Programming Experience
10+
I have a solution with 62 Projects.
All project contain .editorconfig which I believe is a link to a solution level file also called editorconfig
I don't remember how I know they are links but I'm pretty sure I learned that once (and I don't know how to check)
Anyway, one project also has a GlobalSuppressions file which contains a suppression that also appears in editorconfig

1) Should I delete this file?

I'm guessing it belongs to the older CodeAnalysis methods which I believe was shut off for the solution long ago.

2) Is it true that under that if I click Build/Run CodeAnalysis it runs the older CodeAnalysis?

3) If so, can I remove the menuitem?
 
Back
Top