Yaroshvitaliy

Results 5 comments of Yaroshvitaliy

@patriksvensson I tried NoWrap set to false but it didn't help me. I mean Environment.NewLine is not working.

I can see the following code in ProgressTask: ```csharp description = description?.RemoveNewLines()?.Trim(); ```

Environment.Newline is what I need as a separator between lines, so could you reopen the issue since my original question is not answered? Maybe anoter string/object property can be added...

I'd appriatiate it if you'd spend 10 min for setting CI up: users will test it ;)

@yigitl SpectreConsoleTextFormatter.textRenderer does not use any markup and renders a text as is: https://github.com/PragmaticFlow/Serilog.Sinks.SpectreConsole/blob/main/src/Serilog.Sinks.SpectreConsole/SpectreConsoleTextFormatter.fs#L37