ConsoleBase - NKS0003
Use SetTitle() from ConsoleExtensions
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction() =>
Console.Title = "Hello, world!";After the fix
public static void MyFunction() =>
ConsoleMisc.SetTitle("Hello, world!");Suppression
Recommendation
Last updated