I would like to analyze a C# project with SonarQube. Some of my files have *.g.cs
extension. Sonar C# plugin handles those files as if they are generated files and I get this error:
'SomeDirectory/ETitle.g.cs' excluded by org.sonarsource.dotnet.shared.plugins.GeneratedFileFilter
How can I include those files to sonar scan?