FSharp.Core 11.0.100-preview3.26207.106

This is a prerelease version of FSharp.Core.
dotnet add package FSharp.Core --version 11.0.100-preview3.26207.106
                    
NuGet\Install-Package FSharp.Core -Version 11.0.100-preview3.26207.106
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Core" Version="11.0.100-preview3.26207.106" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Core" Version="11.0.100-preview3.26207.106" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.Core --version 11.0.100-preview3.26207.106
                    
#r "nuget: FSharp.Core, 11.0.100-preview3.26207.106"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FSharp.Core@11.0.100-preview3.26207.106
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FSharp.Core&version=11.0.100-preview3.26207.106&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.Core&version=11.0.100-preview3.26207.106&prerelease
                    
Install as a Cake Tool

FSharp.Core redistributables from F# Tools version 15.2.100 For F# 11.0.  Contains code from the F# Software Foundation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (4.3K)

Showing the top 5 NuGet packages that depend on FSharp.Core:

Package Downloads
LanguageExt.FSharp

Helper library for the LanguageExt functional framework that facilitates interop between F# native types like Option, Map, List, etc to .NET and Language-Ext types.

FsCheck

FsCheck is a tool for testing .NET programs automatically. You provide a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. Such properties are actually a testable specification of your program. Properties are written in F#, C# or VB. FsCheck helps you to define properties, observe the distribution of test data, and define test data generators. Crucially, when a property fails, FsCheck automatically displays a minimal counter example.

FSharp.Data

The FSharp.Data packages contain type providers and utilities to access common data formats (CSV, HTML, JSON and XML in your F# applications and scripts. * FSharp.Data -- includes everything * FSharp.Data.Http -- http types/helpers * FSharp.Data.Csv.Core -- csv types/helpers * FSharp.Data.Json.Core -- json types/helpers * FSharp.Data.Html.Core -- html types/helpers * FSharp.Data.Xml.Core -- xml types/helpers

FsToolkit.ErrorHandling

FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling.

FParsec

FParsec is a parser combinator library for F#. You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference. This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see https://nuget.org/packages/fparsec-big-data-edition).

GitHub repositories (108)

Showing the top 20 popular GitHub repositories that depend on FSharp.Core:

Repository Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
dotnet/orleans
Cloud Native application framework for .NET
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
louthy/language-ext
C# pure functional programming framework - come and get declarative!
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
commandlineparser/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
mcintyre321/OneOf
Easy to use F#-like ~discriminated~ unions for C# with exhaustive compile time matching
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
VsVim/VsVim
Vim Emulator Plugin for Visual Studio 2015+
mathnet/mathnet-numerics
Math.NET Numerics
pwntester/ysoserial.net
Deserialization payload generator for a variety of .NET formatters
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
Version Downloads Last Updated
11.0.100-preview3.26207.106 190 4/14/2026
11.0.100-preview3.26159.112 211 3/10/2026
11.0.100-preview1.26104.118 1,888 2/10/2026
10.1.203 18,862 4/21/2026
10.1.202 17,402 4/14/2026
10.1.201 100,589 3/12/2026
10.0.107 1,175 4/21/2026
10.0.106 1,176 4/14/2026
10.0.105 5,932 3/12/2026
10.0.104 53,510 3/10/2026
10.0.103 206,736 2/10/2026
10.0.102 198,193 1/13/2026
10.0.101 147,200 12/9/2025
10.0.100 135,931 11/11/2025
10.0.100-rc2.25502.107 8,188 10/14/2025
10.0.100-preview7.25451.107 4,153 9/9/2025
10.0.100-preview7.25380.108 1,141 8/12/2025
10.0.100-beta.25358.103 1,179 7/15/2025
9.0.303 588,503 8/4/2025
Loading failed