We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f33633 commit 73e1f84Copy full SHA for 73e1f84
1 file changed
.sonarcloud.properties
@@ -7,8 +7,9 @@
7
# listed explicitly.
8
# =============================================================================
9
10
-sonar.sources=src/
11
-sonar.tests=test/
+# NOTE: sonar.sources and sonar.tests are NOT supported by the Scanner for .NET
+# and are silently ignored. The scanner auto-discovers sources and test projects
12
+# from .csproj files. Do not add them back.
13
sonar.sourceEncoding=UTF-8
14
15
0 commit comments