Hi,
I’m trying to work out how to exclude a common shared library c# project referred to in another c# project that is being analysed by Sonarqube
Basically I have a common dll library SAMCore. This is referenced by several projects (SAMPortal, SAMProvisioning etc) as a project reference. I don’t want the SAMCore stuff analysed when sonarqube analyses the SAMPortal and SAMProvisioning projects. It ends up with the issues duplicated across all the projects. That’s fine when I correct the issue as it corrects across all of them. But when we mark an issue as accepted it has to be repeated in each project if it is related to SAMCore which is very time consuming. I’ve setup SAMCore to be anaysed on it’s own to ensure that is dealt with. But I don’t want it also analysed when building the projects that reference it. Any help would be greatly appreciated.