πConsoleBase - NKS0006
Use ReadLine() from Input
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 = Input.ReadLine();Suppression
Recommendation
Last updated