I am having a bit of an issue with excluding auto-generated files when using MSbuild runner.
Each file that is auto generate has within. I have gone into sonarQube setting for project and set the "Ignore Issues on Files" to =
.*<auto-generated>.*
the job builds using msbuild but doesn't ignore files and still calls out issues.
It's driving me mad!!!