Dynalon / JsonConfig

simple configuration library using JSON and C# 4.0 dynamic feature
MIT License
203 stars 65 forks source link

Avoid Console.Write and Console.WriteLine #36

Open sveco opened 7 years ago

sveco commented 7 years ago

Avoid using Console.Write or Console.WriteLine as it can affect console application output. Use Debug.Write or Debug.WriteLine instead.