ConsoleBase - NKS0008
Use TWC.Write()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
Console.WriteLine("My text");
Console.WriteLine("Hi! I'm {0}!", "Sarah");
}After the fix
Suppression
Recommendation
Last updated