FSharp.Interop.PythonProvider
FSharp.Interop.PythonProvider copied to clipboard
Hang when using from Visual Studio (lock contention)
There is a hang (on the VS F# compiler thread) when using from Visual Studio - the Python.NET lock get contended somehow. Possibly an exception is being raised while constructing the type provider and the lock is not being released
with VS2015 preview, is the thread still hanging?