microsoft / workbooks

Workbooks is an interactive programming environment that’s perfect for experimentation, learning, and documentation: an educational tool for learning the myriad of .NET platforms, APIs, and libraries.
MIT License
466 stars 79 forks source link

Console output is extremely delayed #528

Open phillijw opened 4 years ago

phillijw commented 4 years ago

Steps to Reproduce

  1. Do a for-loop of about 1000 iterations
  2. Console.WriteLine("{0}", i); inside the loop
  3. Watch as the console output is extremely delayed with no indication as such

Expected Behavior

I would expect the console writing to flush quicker, if not almost immediately. Especially if the program is "done"

Actual Behavior

Writing output to screen pauses periodically and eventually finishes many seconds later.

Environment

MacOS

Xamarin Workbooks

Detail Value
Version 1.5.0
Git Branch 1.5-release
Git Hash 11f83dc
VSTS Definition Workbooks & Inspector (Mac)

System Info

Component Value
macOS Version 10.14.6 (Build 18G95) (64-bit)
CPU Cores 8 / 8
Physical Memory 16 GB

System-Installed Software

Component Version
Mono 5.18.1.28
Visual Studio 8.1.5.9 (801050009)

Log File