Home

BUG: can't hook up toDump extension method with F# program

per https://www.linqpad.net/CustomizingDump.aspx
I should be able to make it customize the dump of a `Newtonsoft.Json.Linq.JProperty`

However, no matter what I try, (trying not to use MyExtensions since it is C# only) it won't hook up

http://share.linqpad.net/jhwfi2.linq

produces just the value, not the name and value, nor do any of the print statements get hit.
image

Comments

Sign In or Register to comment.