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

Closed
Tim-Pohlmann opened this issue May 3, 2024 · 0 comments · Fixed by #9384
Closed

Fix S2629 FP: Constant fields in interpolated string #9247

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

Comments

@Tim-Pohlmann
Copy link
Contributor

Tim-Pohlmann commented May 3, 2024

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

Originally reported by community.

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

Successfully merging a pull request may close this issue.

3 participants