-
Re: Getting connection information in query
I've just uploaded a new beta with a static property that will return the current data context driver (DataContextDriver.Current). You can use the Name property of the data context driver to determin…2 · -
Re: Using Util.Cache()
Go to Help | What's New and search for Cache - there are a number of examples to get you started. Let me know how you get along! Joe1 · -
Re: Please add JIT asm tab
Yes, that would be nice. I'll look into how easy it will be. The file you mention is part of a project with a complex web of dependencies, though, so it may not turn out to be practical.1 · -
Re: NuGet - LinqPad 5 uses official nuget even though disabled
Could you try running this query and post the result: http://share.linqpad.net/4rkaag.linq1 · -
Re: Adding a Reference to a Query Doesn't Always Show the Top Level Namespace to Import
Your expectations are correct. However, System.Globalization.dll is a type-forwarding assembly. All that it contains are assembly attributes that redirect types such as System.Globalization.Calendar …1 ·