Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 NuGet 将 Suave.io 添加到我的项目中 - 到目前为止是空的 - 没关系。但是没有任何open Suave声明产生“未定义命名空间或模块“Suave”。” 以下在脚本文件中有效:
open Suave
#r ".../Suave.dll" open Suave
针对 .NET 4.7(而不是 4.5.2)解决了这个问题。奇怪的