私は単純な行を使用しようとしています:
Console.Write(new string('=', Console.WindowWidth));
を通じて呼び出されていdotnet test
ます。推測、この問題は
ここで説明されています
簡単なスタックトレース:
System.IO.IOException: The handle is invalid
at System.ConsolePal.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
at System.ConsolePal.get_WindowWidth()
at System.Console.get_WindowWidth()
RTM リリース前の回避策はありますか?