Search code examples
f#visual-studio-mac

Intellisense does not recognize F# library from C# in Visual Studio for Mac


Intellisense does not recognize my F# library from a C# project

Although the project compiles perfectly.

As you can see, I took care to add the references to FLib in CMain.

F# code :

namespace FLib

module Say =
    let Hello name = "Hello " + name

Do you know why FLib is not recognized by Intellisense from Program.cs ?


Edit : Same problem when I try to use a C# library from a F# project


Solution

  • This issue has been fixed and we are hoping to release the fix with the 8.0.5 release.

    From Visual Studio Developer Community