

Project "C:\Users\mstack\source\repos\CSharpConsole\CSharpConsole.sln" on node 1 (rebuild target(s)).īuilding solution configuration "Debug|Any CPU". To enable parallel build, please add the "/m" switch. All rights reserved.īuilding the projects in this solution one at a time. Loading analysis properties from C:\sonar-scanner-msbuild-4.\ġ0:27:18.138 Updating build integration targets.ġ0:27:18.177 Fetching analysis configuration settings.ġ0:27:18.551 Provisioning analyzer assemblies for cs.ġ0:27:18.553 Installing required Roslyn analyzers.Ĭ:\Users\mstack\source\repos\CSharpConsole>msbuild.exe /t:rebuildĬopyright (C) Microsoft Corporation. NET Framework version of the Scanner for MSBuildĭefault properties file was found at C:\sonar-scanner-msbuild-4.\ Below are my commands and the results: C:\Users\mstack\source\repos\CSharpConsole> begin /k:"project9000" /d:= I also tried /d:sonar.exclusions=“ClassLibrar圓” in the command line but that didn’t work either. I have tried ClassLibrar圓/ /*, ClassLibrar圓, /ClassLibrar圓, along with CSharpConsole/ClassLibrar圓//*. I tried all different combinations to exclude the folder in the UI (in Global Source File Exclusions along with Source File Exclusions but none seem to work. I had no problems when putting the following in a project file to exclude it but we don’t want to go that route: My solution directory is like the following:ĬSharpConsole contains the CSharpConsole.sln file along with the folders ClassLibrar圓 and ClassLibrary2.

REGSVR32 DIRSIZE.DLL CODE
I am trying to analyze a C# solution and exclude analysis of all code in the ClassLibrar圓 folder. I am using version of SonarQube version 7.2 along with sonarscanner msbuild.
