← Customer Feedback for LINQPad Settings and activity 1 result found Bug: Using Util.RawHtml("...").Dump from VB gives an error "Public member 'Dump' of type 'RawHtml' not found. 1 vote Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 1 comment · LINQPad Feature Suggestions · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Amit Choudhary commented · Apr 21, 2020 · Edit… · Delete… I know it's too old but stumbled upon the same issue and found solution. VB.Net doesn't regard extension methods nicely. So you have explicitly call 'LINQPad.Extensions.Dump(Util.RawHtml(htmlString))'. Save Submitting...
I know it's too old but stumbled upon the same issue and found solution.
VB.Net doesn't regard extension methods nicely. So you have explicitly call
'LINQPad.Extensions.Dump(Util.RawHtml(htmlString))'.