-
Re: DebuggerDisplay attribute
This feature has never been implemented. It's quite a lot of work, given the range of expressions that can go into the attribute. It does honor the ToString method, though, if you override that.1 · -
Re: Resources in LINQPad?
Have you tried Util.GetPassword/Util.SetPassword? The password can be as long as you like.Util.SetPassword ("myKey", "test".PadRight (1000, '*')); Util.GetPassword (&quo…1 · -
Re: Is there a way to see emojis in the results view?
Try now, with the latest beta.1 · -
Re: Debugger unable to Dump exceptions
That error appears when the operation initiated via the debugger (in this case, Dump) takes too long to execute and the debugger is unable to abort the operation. During the wait, LINQPad's debu…2 · -
Re: Linq to Strong Typed Dataset
LINQPad only lets you reference an exe/dll - you can't reference .cs files. So you'll need to find the exe/dll that that you built in VS that includes the typed dataset and reference that. …1 ·
