How to make the JSON result output by LINQPad display syntax highlighting

212119585-703df272-df17-45fc-974d-e23a63

I often write some sample programs or experiment with some new features of C# through LINQPad . One of the most commonly used APIs is the built-in .Dump() extension method of LINQPad. It can output some execution results in the result window, which is very convenient . If you want to talk about shortcomings, it should be that there is no syntax highlighting (Syntax Highlight)! In this article, I will share a little trick to help you display syntax highlighting in the output! ?

continue reading

This article is transferred from http://blog.miniasp.com/post/2023/01/12/LINQPad-Dump-with-Syntax-Highlighting
This site is only for collection, and the copyright belongs to the original author.