How to generate F# signature file (without Visual Studio)
问题 I' m using JetBrains Rider on MacOS and experimenting with code from Scott Wlaschin Domain Modelling Made Functional Here are my module definition and it dependencies: module internal DomainModeling.Domain.PlaceOrderWorkflow.Internal open DomainModeling.Domain.Api open DomainModeling.Domain.Primitives open DomainModeling.Domain.Utils I want to generate signature file from this module. But I'm confused of using dotnet builder or fsharp compiler. If I use dotnet command I can't pass flag --sig