icsharpcode / NRefactory

NRefactory - Refactoring Your C# Code
684 stars 262 forks source link

Ignore generated files with analyzers #464

Open immeraufdemhund opened 9 years ago

immeraufdemhund commented 9 years ago

with any WPF project (and if i recall any winforms projects) the default for visual studio to generate files is to use the fully qualified name instead of adding usings. It would be nice if the analyzer "remove redundent qualifiers" did not check generated files. I believe the WPF extension is NameOfBackingXAML.g.i.cs