Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix S2629 FP: Constant fields in interpolated string #9247

Open
Tim-Pohlmann opened this issue May 3, 2024 · 0 comments
Open

Fix S2629 FP: Constant fields in interpolated string #9247

Tim-Pohlmann opened this issue May 3, 2024 · 0 comments
Labels
Area: C# C# rules related issues. Type: False Positive Rule IS triggered when it shouldn't be.

Comments

@Tim-Pohlmann
Copy link
Contributor

Tim-Pohlmann commented May 3, 2024

logger.Log(LogLevel.Warning, $"Constant: {FieldConstant}");  // Noncompliant FP

Originally reported by community.

@Tim-Pohlmann Tim-Pohlmann added Type: False Positive Rule IS triggered when it shouldn't be. Area: C# C# rules related issues. labels May 3, 2024
Tim-Pohlmann added a commit that referenced this issue May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: C# C# rules related issues. Type: False Positive Rule IS triggered when it shouldn't be.
Projects
None yet
Development

No branches or pull requests

1 participant