-
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 · -
Re: Get Query object from file path?
Unfortunately not. I will expose the internal static Query.Load method in a future build. In the meantime, it would work to call this via reflection.1 · -
Feedback Request - F# Autocompletion
F# autocompletion for LINQPad is now underway with LINQPad 5, and I'd like feedback on the most important features to put into V1. C# autocompletion currently includes the following features: * Listi…4 ·