Home:ALL Converter>Remember Compiler Warning Filters in Visual Studio

Remember Compiler Warning Filters in Visual Studio

Ask Time:2017-11-20T17:08:42         Author:Cerno

Json Formatter

In Visual Studio 2015 (possibly earlier as well) you can filter out Warnings and Errors of specific files, which comes in handy if you have a lot of foreign code in your project that fills your Warning overview with junk at the risk that you overlook your own Warnings.

When I restart Visual Studio, these filters are removed. Is there a way to remember them?

Edit: Added a screenshot for clarity:

Error List Filter

Author:Cerno,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/47388370/remember-compiler-warning-filters-in-visual-studio
yy