ConsoleBase - NKS0006
Use ReadLine() from InputTools
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction() =>
string input = Console.ReadLine();After the fix
public static void MyFunction() =>
string input = InputTools.ReadLine();Suppression
Recommendation
Last updated