Hi,
I'm just getting used to C# & .NET, so this could be a case of me being a newbie.
When going through the tutorials I hit a really minor stumbling block on the Custom Renderables tutorial in that the reference to console.Write(table) is actually referencing AnsiConsole.Write().
https://github.com/spectreconsole/website/blob/87b98e715225f78e47a987f70bb8016d0083d27b/Spectre.Docs/Content/console/tutorials/creating-custom-renderables-tutorial.md?plain=1#L125C1-L130C1
Not a huge problem at all, resolved it fairly quickly once I actually used my brain, but might be unclear for other newbies like me!
Also the documentation has otherwise been fantastic, awesome stuff :)
Hi,
I'm just getting used to C# & .NET, so this could be a case of me being a newbie.
When going through the tutorials I hit a really minor stumbling block on the Custom Renderables tutorial in that the reference to
console.Write(table)is actually referencingAnsiConsole.Write().https://github.com/spectreconsole/website/blob/87b98e715225f78e47a987f70bb8016d0083d27b/Spectre.Docs/Content/console/tutorials/creating-custom-renderables-tutorial.md?plain=1#L125C1-L130C1
Not a huge problem at all, resolved it fairly quickly once I actually used my brain, but might be unclear for other newbies like me!
Also the documentation has otherwise been fantastic, awesome stuff :)