-
Re: I cannot browse Azure Data Explorer (Kusto) tables, etc. with LINQPad 6
Based on that error, Data Explorer must then be a fork of SQL 2005. I'll lower the version again in the next build.1 · -
Re: What is the best way to customize the dumpcontainer render ?
If the content is HTML, you don't need a DumpContainer - just use a Div and update its InnerHtml when you want to refresh the content: using LINQPad.Controls;var div = new Div().Dump();div.Styles[&qu…1 · -
Re: I cannot browse Azure Data Explorer (Kusto) tables, etc. with LINQPad 6
LINQPad 6 needs schema that can also feed the EF Core context generator, and this requires extra metadata. I've added an exception-handling test to determine whether the server implements object_defi…1 · -
Re: Util.WithStyle() doesn't apply to false bool
Looks like the class in the child element (span.false) is overriding the parent style. I'll figure out a way to fix this in the next build.1 · -
Re: Issue With Chromium Engine
Try the latest beta (6.14.2). LINQPad no longer uses a local URI and populates the DOM entirely with JavaScript. It also retries if the browser fails to respond. This should maximize the chance of it…1 ·