在Visual Studio 2012上运行F#3.1 [英] Run F# 3.1 on Visual Studio 2012 (not express)

查看:80
本文介绍了在Visual Studio 2012上运行F#3.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否可以在Visual Studio 2012上运行F#3.1?如果可能的话,那么最好的方法是什么?

I was wondering if it is possible to run F# 3.1 on Visual studio 2012? if possible then what is the best way to do this?

谢谢

推荐答案

您不能在VS 2012上运行3.1 Visual Studio集成组件(例如,语言服务,项目系统,编辑器集成).因此,任何错误修复或功能都将不可用.

You can't run the 3.1 Visual Studio integration components (e.g. the language service, project system, editor integration) on VS 2012, no. So any bug fixes or features there will not be available.

但是您仍然可以针对VS 2012中的F#3.1编译器和运行时来构建,运行,调试项目.请从

But you can still build, run, debug projects against the F# 3.1 compiler and runtime from VS 2012. Install the latest release (3.1.1) from here. Create a new project in VS 2012, and edit the .fsproj file to point at the 3.1 Microsoft.FSharp.targets file and the 3.1 version of FSharp.Core.dll. I haven't tried this personally, but I think it should work reasonably well.

如果成本是阻止迁移到VS 2013的一个因素,请注意,从3.1.1开始,Visual F#确实支持VS Desktop Express.

And in case cost is a factor preventing moving to VS 2013, note that starting with 3.1.1, Visual F# does support VS Desktop Express.

这篇关于在Visual Studio 2012上运行F#3.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆