![]() |
VOOZH | about |
dotnet add package FSharp.Core --version 10.1.301
NuGet\Install-Package FSharp.Core -Version 10.1.301
<PackageReference Include="FSharp.Core" Version="10.1.301" />
<PackageVersion Include="FSharp.Core" Version="10.1.301" />Directory.Packages.props
<PackageReference Include="FSharp.Core" />Project file
paket add FSharp.Core --version 10.1.301
#r "nuget: FSharp.Core, 10.1.301"
#:package FSharp.Core@10.1.301
#addin nuget:?package=FSharp.Core&version=10.1.301Install as a Cake Addin
#tool nuget:?package=FSharp.Core&version=10.1.301Install as a Cake Tool
FSharp.Core redistributables from F# Tools version 15.2.301 For F# 10.0. Contains code from the F# Software Foundation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on FSharp.Core:
| Package | Downloads |
|---|---|
|
Serilog.Sinks.Grafana.Loki
A Serilog sink that writes log events to Grafana Loki |
|
|
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. |
|
|
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. |
|
|
FsToolkit.ErrorHandling
FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling. |
|
|
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 |
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
|
|
|
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
|
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
|
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.101-preview5.26302.115 | 1,207 | 6/9/2026 |
| 11.0.101-preview4.26230.115 | 2,764 | 5/12/2026 |
| 11.0.100-preview3.26207.106 | 370 | 4/14/2026 |
| 11.0.100-preview3.26159.112 | 254 | 3/10/2026 |
| 11.0.100-preview1.26104.118 | 2,102 | 2/10/2026 |
| 10.1.301 | 19,920 | 6/9/2026 |
| 10.1.300 | 115,766 | 5/12/2026 |
| 10.1.204 | 4,434 | 5/12/2026 |
| 10.1.203 | 109,179 | 4/21/2026 |
| 10.1.202 | 33,397 | 4/14/2026 |
| 10.1.201 | 161,238 | 3/12/2026 |
| 10.0.109 | 1,438 | 6/9/2026 |
| 10.0.108 | 4,249 | 5/12/2026 |
| 10.0.107 | 10,972 | 4/21/2026 |
| 10.0.106 | 1,799 | 4/14/2026 |
| 10.0.105 | 7,517 | 3/12/2026 |
| 10.0.104 | 113,731 | 3/10/2026 |
| 10.0.103 | 331,945 | 2/10/2026 |
| 10.0.102 | 243,593 | 1/13/2026 |