F# interactive: Reference a project in currently open solution

前端 未结 6 908
忘掉有多难
忘掉有多难 2021-01-01 10:22

I would like to use the F# interactive console with the projects in the currently open solution in Visual Studio 2010. Is there a quick and easy way to add a reference in t

6条回答
  •  灰色年华
    2021-01-01 10:58

    If it's a project you reference often, you can add an 'always' reference to the FSI command line, under Tools->Options->F# Tools->F# interactive options. Add a -r switch like:

    -r "C:\Users\yaddayadda\MyDll.dll"
    

提交回复
热议问题