Hi,
I’m working on a research project where I need to analyze code quality using SonarQube Community Build. I have a large number of individual C# methods (around 300+) extracted from various open-source projects. These methods are placed into a .NET project, but many of them are incomplete — they rely on missing types, external references, or other parts of the original codebase.
As a result, the project cannot compile and shows over 1000 errors (missing classes, methods, extension class structure issues, etc.). However, I still want SonarQube to scan all files and provide as much static analysis as possible, even if the code is broken.
Is there a way to tell SonarQube to analyze all .cs
files regardless of build errors?