You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have a lot of generated files that trigger warnings, errors when analyzers run them.
since the file name of the generated files do not follow the common naming conventions for generated code roslyn fires the analyzers away. As a result there are ten of thousands of warnings in the solution.
Could we get a exclude file from analyzing logic that:
Exclude a file by adding it to a exclusion list
Exclude a file by adding it to a exclusion list
Annotate classes with a special Attribute that exclude the class
exclude certain file name extensions ( like js files generated by typescript)
Combination of the above like exclude all js files that live under the folder x including all sub folders
Most of the rules come straight from Resharper's exclusion file manager
Thanks
jblacker, OJacot-Descombes, pavele, mitkodev, vbfox and 52 more