Skip to main content

Installation

FSharp.ViewEngine is distributed as a NuGet package. You can install it using your preferred package manager.

On this page

Overview

FSharp.ViewEngine is distributed as a NuGet package. You can install it using your preferred package manager.

Using .NET CLI

dotnet add package FSharp.ViewEngine

Using Paket CLI

dotnet paket add FSharp.ViewEngine

Runtime Support

The NuGet package ships a single net8.0 compatibility asset. NuGet selects that asset for compatible newer runtimes; a target asset is not a separate runtime dependency.

FSharp.ViewEngine is actively tested on .NET 8, .NET 9, and .NET 10 while those runtimes remain supported by Microsoft.

  • .NET 8 and .NET 9 support ends November 10, 2026.
  • .NET 10 LTS support ends November 14, 2028.

After .NET 8 and .NET 9 reach end of support, their runtime tests will be removed. The net8.0 package asset may remain as the compatibility baseline until the implementation needs APIs from a newer target framework.

Source Debugging

Each release publishes portable symbols separately from the main package. Source Link maps those symbols to the matching GitHub commit so supported debuggers can retrieve the exact source on demand.

Next Steps

Once you have FSharp.ViewEngine installed, build your first view and then continue through the core concepts.