You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to render Reports to a string (accepting drawbacks like losing the colors, monospace font requirement for display, etc.), and it seems that this would require implementing a special IAnsiConsole.
Do this sound viable, or would expect problems? Or maybe there is already a way to do this that I just haven't found?
Thanks!
The text was updated successfully, but these errors were encountered:
@andrzejolszak Should be possible to do. You have two options here, either implement a custom IAnsiConsole, or implement a IAnsiConsoleRecorder and use the record functionality of IAnsiConsole. There should already be a text recorder in Spectre.Console that should do what you need.
I was looking for a way to render Reports to a string (accepting drawbacks like losing the colors, monospace font requirement for display, etc.), and it seems that this would require implementing a special IAnsiConsole.
Do this sound viable, or would expect problems? Or maybe there is already a way to do this that I just haven't found?
Thanks!
The text was updated successfully, but these errors were encountered: