fsx script referencing a dll referencing many dll

前端 未结 1 1923
走了就别回头了
走了就别回头了 2020-12-31 11:56

What kind of strategy do I have for the following problem. I want to use a simple class inside a dll, which has link to various dlls, of various versions etc.

As a f

1条回答
  •  春和景丽
    2020-12-31 12:27

    This is a script recently written by Gustavo Guerra, which loads all dll and fs files in fsproj files into F# Interactive.

    The only thing you need to do is making sure that all needed dll files are referenced correctly in your projects.

    0 讨论(0)
提交回复
热议问题