ConsoleBase - NKS0002
Use ConsoleWrapper instead of Console
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction() =>
Console.WriteLine("Hello, world!");After the fix
public static void MyFunction() =>
ConsoleWrapper.WriteLine("Hello, world!");Suppression
Recommendation
Last updated