Hello,
We are experiencing an issue when analyzing .NET Core projects using scannerMode: 'dotnet'. The analysis currently covers the entire solution, which can distort key indicators such as code coverage, duplicated code, and security hotspots.
Our requirement is that the analysis should focus only on the specific .NET project and its dependencies.
Using sonar.projectBaseDir to manually set the folder is not an ideal solution for us, as we would like the folder selection to be determined automatically.
Could you please advise on how to achieve this behavior?
Thank you.