本文介绍了如何在Mac上使用F#4.7?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

应安装最新的Mac VS(8.5预览版)和最新的网络核心SDK(3.1.200)F#4.7.当我运行dotnet fsi时,确实支持语言功能,并且FSI将F#4.7显示为F#版本.

With the latest VS for mac installed (8.5 preview) and the latest net core sdk (3.1.200) F# 4.7 should be supported. When I run the dotnet fsi, indeed language features are supported and the FSI shows F# 4.7 as the F# version.

在VS for mac中,在首选项设置中,使用确切的命令:/usr/local/share/dotnet/dotnet fsi是F#编译器的路径.

In VS for mac, in the preferences settings the exact command: /usr/local/share/dotnet/dotnet fsi is the path to the F# compiler.

但是,当创建一个新的修复文件并尝试使用F#语言功能时,它不起作用,并且VS for mac中的FSI无法编译代码.另外,未使用F#版本的Mac版FI.

However, when creating a new fix file and trying F# language features, it doesn’t work and the FSI in VS for mac doesn’t compile the code. Also, the FI for mac doesn’t show with F# version is used.

那么,可以在Mac的Visual Studio中使用F#4.7功能吗?

So, it is possible to use F# 4.7 features in Visual Studio for Mac?

推荐答案

令人失望的答案是,你不能.我几个月前提出了这个问题.但是仍然没有运气.

The disappointing answer is, you can't. I have raised this issue months ago. But still no luck.

这篇关于如何在Mac上使用F#4.7?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 11:03