This will incorrectly raise `CC0064`: ``` csharp var correctIP = "0.0.0.0"; System.Net.IPAddress.Parse(correctIP); ``` The analyzer should ignore non string literals. Might be happening also for others, like Regex and Json.
This will incorrectly raise
CC0064:The analyzer should ignore non string literals.
Might be happening also for others, like Regex and Json.