SonarSource / sonar-dotnet

Code analyzer for C# and VB.NET projects
https://redirect.sonarsource.com/plugins/csharp.html
GNU Lesser General Public License v3.0
770 stars 226 forks source link

Fix S6678 FN: Lowercase placeholders in interpolated string #9545

Open sm-g opened 1 month ago

sm-g commented 1 month ago

Description

S6678 "Use PascalCase for named placeholders" did not find lowercased value

Repro steps

Logger.LogDebug($"{nameof(Foo)} filter: {{filter}}", search.Filter);

Expected behavior

S6678, because {filter} is not PascalCased

Actual behavior

no error

Known workarounds


Related information

9.29.0.95321

sebastien-marichal commented 1 month ago

Hello @sm-g,

Thank you for reporting this issue.

I confirm this is a false negative.