Lesson 26. Working with NuGet packages

In the preceding lesson, you spent time working with non-F# projects from F#, as well as learning a few tricks on working with scripts. In this lesson, you’ll move on to working with dependencies within scripts and projects, rather than writing standalone scripts. You’ll see

  • How to work with NuGet packages in F#
  • Tips and tricks when working with scripts
  • What the Paket dependency manager is

26.1. Using NuGet with F#

The good news is that NuGet packages work out of the box with F# projects in Visual Studio. There’s no difference compared to working with C#!

26.1.1. Working with NuGet with F# projects

Let’s first see how NuGet packages work with F#.

Now you try

You’re going to download a NuGet ...

Get Get Programming with F# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.