Skip to content

Commit 73e1f84

Browse files
nanotaboadaclaude
andcommitted
chore(sonar): remove unsupported sonar.sources and sonar.tests properties (#459)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8f33633 commit 73e1f84

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.sonarcloud.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
# listed explicitly.
88
# =============================================================================
99

10-
sonar.sources=src/
11-
sonar.tests=test/
10+
# NOTE: sonar.sources and sonar.tests are NOT supported by the Scanner for .NET
11+
# and are silently ignored. The scanner auto-discovers sources and test projects
12+
# from .csproj files. Do not add them back.
1213
sonar.sourceEncoding=UTF-8
1314

1415
# =============================================================================

0 commit comments

Comments
 (0)