F# interactive: Reference a project in currently open solution

前端 未结 6 896
忘掉有多难
忘掉有多难 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条回答
  •  旧时难觅i
    2021-01-01 11:16

    It would be good if the Visual Studio F# Interactive Options menu allowed for the stipulation of a startup script that the invocation could pass to FSI via the "--use:" directive. Such a script could then be passed solution metadata that allows for the environments to be more integrated such as loading latest project outputs.

提交回复
热议问题