Ignoring modules

Germany

In the latest version (4.65.0016) you can now ignore specific modules. There is a new command for this purpose in the context menu of both of the grids.

After starting to use this feature, I found that I was using it mostly to ignore automatically generated modules, for example the dataset .designer files.

I have now added code to check for the text "<auto-generated>" in the first few lines of each file. If it is found, then the file is ignored automatically. I can't see how it would ever make sense to localize strings in an automatically generated file (unless you were bent on following worst practices).

Does anybody know if the text "<auto-generated>" is localized in non-english versions of Visual Studio?

Phil