Colorful.Console
Colorful.Console copied to clipboard
New colors are updating existing colors in Windows Command Prompt
Running Windows 10, in standard Command Prompt.
Using .NET Core 3.1 app, and simply using: Console.WriteLine("text", Color.ForestGreen); Console.WriteLine("text", Color.Red);
The first time I run my console app, it prints the JSON in green.
But if I run a different command which gives an error, and writes "ERROR:" in red, it changes the green to red as well.
I've looked through the issues and can't find a report of anything similar. I've tried with different colors, and it doesn't seem to make a difference.
I too noticed this. It seems to happen with red and orange colors.
see #64