F# interactive: Reference a project in currently open solution

前端 未结 6 911
忘掉有多难
忘掉有多难 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 11:18

    Now in Visual Studio 2013 you can add a reference to the F# interactive window by right clicking on the referenced dll and clicking "Send to F# interactive".

提交回复
热议问题