我使用FSharp.Data 2.3.1
构建了一个F#库。
当我在C#控制台项目中使用我的库时,一切正常,但在C#脚本文件(.csx / C#Interactive)中,我收到以下错误:
Method not found: Microsoft.FSharp.Control.FSharpAsync1<System.IO.TextReader> FSharp.Data.Runtime.IO.asyncReadTextAtRuntimeWithDesignTimeRules(System.String, System.String, System.String, System.String, System.String)'.
我已经确认:
FSharp.Data
和FSharp.Core
dll。我尝试过使用便携版本,结果是一样的。最后,当我在F#中使用我的库时,一切正常。
我错过了什么吗?