对于 Mac,Intellisense 无法识别 Visual Studio 中来自 C# 的 F# 库
Intellisense does not recognize F# library from C# in Visual Studio for Mac
Intellisense 无法从 C# 项目中识别我的 F# 库
虽然项目编译完美。
如您所见,我在 CMain 中小心地添加了对 FLib 的引用。
F#代码:
namespace FLib
module Say =
let Hello name = "Hello " + name
你知道为什么 Program.cs 的 Intellisense 无法识别 FLib 吗?
编辑:当我尝试使用 F# 项目中的 C# 库时出现同样的问题
This issue has been fixed and we are hoping to release the fix with the 8.0.5 release.
Intellisense 无法从 C# 项目中识别我的 F# 库
虽然项目编译完美。
如您所见,我在 CMain 中小心地添加了对 FLib 的引用。
F#代码:
namespace FLib
module Say =
let Hello name = "Hello " + name
你知道为什么 Program.cs 的 Intellisense 无法识别 FLib 吗?
编辑:当我尝试使用 F# 项目中的 C# 库时出现同样的问题
This issue has been fixed and we are hoping to release the fix with the 8.0.5 release.