Announcing Nightly Releases for the Visual F# Tools

Visual FSharp Team [MSFT]

Announcing Nightly Releases for the Visual F# Tools

In our previous blog post announcing F# 4.1 and a release of the Visual F# Tools, we mentioned that a new release model for the Visual F# tools would be coming soon.

That time is now.

To recap, nightly builds of the tools are successful builds of the latest master branch of the tools, after having been run through our Continuous Integration system successfully. These will include new features, bug fixes, and improvements to existing features that will eventually make their way into a forthcoming Visual Studio update or release.

For VS 2017 RTW, it is highly recommended that you install the latest nightly. There have been a number of bug fixes, performance improvements, and new features that make the overall experience better than what was made available at the VS 2017 release.

Installing Nightly Builds of the Visual F# Tools

There are a few ways you can get nightly builds. Note that this will only install the Visual F# IDE tools. It will not install nightly versions of the F# compiler, FSI, or FSharp.Core.

This is the recommended approach. The following steps will allow you to configure Extensions and Updates to point to the Visual F# Tools nightly feed. When a new nightly VSIX is published, you will get a notification in Visual Studio.

  1. Open Tools -> Extensions and Updates.
  2. Click "Change your Extensions and Updates settings" on the bottom-left corner.

Change your Extensions and Updates settings

  1. Click "Add" under "Additional Extension Galleries".

Additional Extension Galleries

  1. Under "Name", enter anything you like. Under "URL", enter https://dotnet.myget.org/F/fsharp/vsix

Configure the Name and URL

  1. Click "Apply".
  2. Click "OK".

It may take a few minutes for VS to refresh the feed, depending on your machine. Once that has happened, you can open Tools -> Extensions and Updates and notice that there is an update to the Visual F# tools!

Installing a Nightly VSIX Manually

If you don’t wish to configure Visual Studio to check for updates to the nightly builds, you can always install a given nightly VSIX manually. You can also use this method to access a particular nightly VSIX.

  1. Visit https://dotnet.myget.org/feed/fsharp/package/vsix/VisualFSharp
  2. Download the latest VSIX (or any you wish, really)
  3. Once it has downloaded, install it by double-clicking. You’ll have to close Visual Studio to install it.

This may be helpful if your code worked fine with a previous nightly build, but was broken in the latest one.

Uninstalling Nightly Builds to Revert to a Release Build

If you wish to revert your installation of a nightly build, the easiest way is with the Visual Studio Developer Command Prompt. You can open it by searching for "Visual Studio Developer Command Prompt" through the Windows Start Menu. Then, run the following command:

VSIXInstaller.exe /u:VisualFSharp

This will uninstall your nightly build. This will automatically bring you back to the latest release build of the Visual F# Tools that you have installed.

We’re really excited to have nightly builds for the Visual F# Tools. We encourage you to try them out and provide feedback, especially on new features. You can track any progress for a given feature, bug, or improvement on the Visual F# Github repository.

Thanks! – The Visual F# Team

0 comments

Discussion is closed.

Feedback usabilla icon