Automated F# Signature File (.fsi) Generation

后端 未结 1 1591
独厮守ぢ
独厮守ぢ 2021-02-14 15:06

I am working on a project that has a number of modules that I\'d like to apply access control constraints to. I\'d also like to have my project contain additional documentation

1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-14 15:56

    You can tell VS to pass arbitrary flags to the compiler upon build by right clicking on your project in Solution Explorer and clicking "Properties." Under the "Build" tab fill in "Other flags".

    Specifying --sig: (with support for msbuild-style $(Variable) settings) will auto-generate a single combined .fsi for your library.

    enter image description here

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