diff --git a/CheckDebugFlags/Program.cs b/CheckDebugFlags/Program.cs index 5a9bfea..8228af9 100644 --- a/CheckDebugFlags/Program.cs +++ b/CheckDebugFlags/Program.cs @@ -1,9 +1,8 @@ -using System; -using System.Reflection; -using System.IO; -using Microsoft.Test.CommandLineParsing; +using Microsoft.Test.CommandLineParsing; +using System; using System.Collections.Generic; -using System.ComponentModel; +using System.IO; +using System.Reflection; namespace CheckDebugFlags { @@ -82,6 +81,11 @@ static int Main(string[] args) catch { } } + if (Console.ForegroundColor == ConsoleColor.Gray) + { + Console.ForegroundColor = ConsoleColor.Red; + } + if (treatAllDistinct) { foreach (var assembly in assemblyList)