moni-dips
moni-dips

I just created a new scratch file in code and selected the filetype as mermaid, there is no real file
In my case, I have a 9.1kB RTF document all on one line and need to inspect the structure, which is kind of challenging :)
both JSON and C# has support for reformatting documents
all we need is to wrap and indent on { and } - sounds like that should be fairly simple to implement, though I have no idea what is involved...
Easy mistake to do and not immediately obvious :) maybe ReSharper ought to warn about returning objects that are being disposed? ;)
I filed a ticket with JetBrains referring to this ticket just in case :)
as an aside, should using a disposed XGraphics instance throw an exception rather than silently fail? a consumer can still dispose and use it, regardless of this issue