-
Re: Benchmark stuck on "Waiting for first iteration to complete..."
Has to be a C# program rather than C# Statements. Example. #load "BenchmarkDotNet"public UserQuery() : base (LINQPad.Util.CurrentCxString) { }void Main(){ RunBenchmark();}[Benchmark]public …1 · -
Re: export Excel
Are you using the same 32-bit or 64-bit architectures for both 5 and 7 and is your Excel 32 or 64 bit? Most of the problems with com objects that I have seen were due to a bit-ness issues. AFAIK Linq…1 · -
Re: Util.RawHtml and input box
Am I missing something? What's wrong with just using the standard LinqPad Textarea control?1 · -
Re: How can I have LINQPad detect a SQLite column as a DateTime?
There is a property on the Connection1 · -
Re: 260ms for Antivirus Performance Test with Norton Antivirus disabled. Why not faster?
What time do you get if you enable your anti-virus? Is it possible you have another anti-virus/monitoring program doing real-time scanning? I presume Norton would disable Windows Defender on installi…1 ·