-
Re: Trace.WriteLine doesn't work
To save typing, and to get the benefit of LINQPad's output formatting, you can instead call DumpTrace(): "asdf".DumpTrace() As with Trace.WriteLine, output is suppressed unless you define t…2 · -
Re: "Add Connection" can't connect to web service with ?wsdl query fragment
Check out the following: https://github.com/dylanmei/linqpad-soap-driver It's a third-party LINQPad driver for SOAP-based web services.2 · -
LINQPad Debugger - Early Input Request!
What are your thoughts on integrated debugging within LINQPad? In particular:* What features in Visual Studio's debugger do you consider important / unimportant for LINQPad? * What unique/original/ou…4 · -
Re: lprun cleanup.
Thanks - I've fixed this for the next build. In the meantime, you can work around the problem (and also improve the efficiency of what you're doing) by using Util.Run. This lets you run one query fro…1 · -
Re: Let Util.Cache() tell the script if the result is from cache or not
Sure - this will be in the next beta.1 ·