-
Re: Implement "Instant Share" server
Decompiling ShareQueryForm will be the easiest way to figure out the protocol. It's not especially complicated: there are two functions, one to upload a query and one to delete it. There's no concept…1 · -
Re: LinqPad5 keeps adding an import after every line of code I add.
Open the "My Snippets" folder - you can determine its location by looking in Edit | Preferences > Folders. Are there any snippets there, and if so, can you you try deleting them or movin…1 · -
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 ·