You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using fsi via FSharp.Compiler.Service 41.0.1 on net48 Framework.
How can I add the corresponding FSharp.Compiler.Interactive.Settings.dll to access the fsi object?
I read about a workaround to copy it from a Visual Studio installation, but my intuition is that it should be a nuget package or part of the FCS package ( just like FSharp.DependencyManager.Nuget.dll).
Currently, just setting useFsiAuxLib to true in let fsiConfig = FsiEvaluationSession.GetDefaultConfiguration(settings,useFsiAuxLib=true) raises a StopProcessingExn because it can't find the Settings.dll in the same folder as FCS.
The text was updated successfully, but these errors were encountered:
I am using fsi via FSharp.Compiler.Service 41.0.1 on net48 Framework.
How can I add the corresponding
FSharp.Compiler.Interactive.Settings.dll
to access the fsi object?I read about a workaround to copy it from a Visual Studio installation, but my intuition is that it should be a nuget package or part of the FCS package ( just like
FSharp.DependencyManager.Nuget.dll
).Currently, just setting
useFsiAuxLib
totrue
inlet fsiConfig = FsiEvaluationSession.GetDefaultConfiguration(settings,useFsiAuxLib=true)
raises aStopProcessingExn
because it can't find the Settings.dll in the same folder as FCS.The text was updated successfully, but these errors were encountered: