Open pranavkm opened 3 years ago
Tagging subscribers to this area: @dotnet/area-system-console See info in area-owners.md if you want to be subscribed.
Author: | pranavkm |
---|---|
Assignees: | - |
Labels: | `area-System.Console`, `untriaged` |
Milestone: | - |
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | pranavkm |
---|---|
Assignees: | - |
Labels: | `arch-wasm`, `area-System.Console`, `untriaged` |
Milestone: | - |
I'm not sure there is actually any way to fix this in the browser without inserting extra newlines
Description
This is specifically with
Console.Write
/Console.WriteLine
appears to work as expected. Essentially any number ofConsole.Write
invocations appear to be buffered until it encounters a new line.To reproduce:
dotnet new blazorwebassembly
Console.Write("Hello world")
before the call toRunAsync
Configuration
Reproduced using runtime version 6.0.0-rc.2.21460.8