ConsoleBase - NKS0009
Use ConsoleTools.ResetColors()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
Console.ResetColor();
}After the fix
public static void MyFunction()
{
KernelColorTools.ResetColors();
}Suppression
Recommendation
Last updated