-
Re: My Addin API Wishlist
Thanks, this is useful feedback. Right now all resources are going into the new language and completion engine, but after that will be time for evaluating new features.1 · -
Re: receiving strongly-typed results from other scripts?
You can also have the query that you call return a value, like this: DateTime Main () { return DateTime.Now; } and then get to it from another query as follows: (DateTime) Util.Compile ("myquery…3 · -
Re: F# Tutorial samples won't run after installing FluentPath NuGet package in a C# query?
Do you have any default references? What happens if you press F4 and look at additional references / namespaces? Also, check the 'My Extensions' query. Does that reference anything?1 · -
Re: Installing Driver without admin rights.
You can create a folder called 'Drivers' under the LINQPad folder and manually copy the driver files there instead. Use the same directory structure (drivers\DataContext\4.0\IQDriver (5b59726538a4968…1 · -
Re: Linqpad 5 upgrades
Sure - you can now. http://www.linqpad.net/CustomUpgrade.aspx1 ·
