C# - F# Interop support in Visual Studio 2015 on .NET Core

前端 未结 1 1272
陌清茗
陌清茗 2020-12-18 21:40

Note: here I talk about dotnet core and not full framework! For full framework there are plenty of docs on this, but this is dotnet core.

I have an F# libra

相关标签:
1条回答
  • 2020-12-18 21:52

    So currently what I described above is all the support you have in Visual Studio 2015 with the preview tooling. Visual Studio 15 will be hopefully better, but the current Preview (Preview 5) does not have .NET Core support at all.

    What is worth trying out is Visual Studio Code. In F# you get intellisense for type which are defined in C#. So for F#-C# interopability currently VS Code has much better support than the full VS.

    0 讨论(0)
提交回复
热议问题