Skip to content

Where to get FSharp.Compiler.Interactive.Settings.dll ? #12598

@goswinr

Description

@goswinr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions