FSharp.Core
4.5.2
See the version list below for details.
dotnet add package FSharp.Core --version 4.5.2
NuGet\Install-Package FSharp.Core -Version 4.5.2
<PackageReference Include="FSharp.Core" Version="4.5.2" />
paket add FSharp.Core --version 4.5.2
#r "nuget: FSharp.Core, 4.5.2"
// Install FSharp.Core as a Cake Addin #addin nuget:?package=FSharp.Core&version=4.5.2 // Install FSharp.Core as a Cake Tool #tool nuget:?package=FSharp.Core&version=4.5.2
F# Core Library
This package contains functionality that supports core F# functionality, including language primitives, operators, attributes, basic types, strings, formatted I/O, F# collections, combinators for F# collections, async, native interopation constructs, and more.
Versioning
Starting with F# 4.5, this package uses the following versioning scheme:
language-major-version.language-minor-version.patch
For example, for F# 4.5, this package will reference 4.5.x
, where x
is a patch that may contain bug fixes or minor improvements.
When a new version of the F# language ships, the major and minor versions will be updated appropriately. To learn more about this versioning, see the versioning RFC for F#.
Usage and compatibility
This package is implicitly referenced in new projects using the .NET SDK and Visual Studio. Each time either the .NET SDK or Visual Studio ships, they will they reference to a specific version of FSharp.Core.
It is not recommended that you upgrade to a newer version until you can fully vet that it is intended for the version of the F# language you are using.
We do not guarantee forwards-compatibility with this package. That said, we do strive to ensure that newer versions can still work on older compilers. So if you upgrade to a new version that is not intended for the version of the F# language you are using, things are likely to still work, but there is a risk that some things will not.
Product | Versions 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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 | tizen30 was computed. 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. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.6
- System.Collections (>= 4.0.11)
- System.Console (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Linq.Queryable (>= 4.0.1)
- System.Net.Requests (>= 4.0.11)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Tasks.Parallel (>= 4.0.1)
- System.Threading.Thread (>= 4.0.0)
- System.Threading.ThreadPool (>= 4.0.10)
- System.Threading.Timer (>= 4.0.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3.6K)
Showing the top 5 NuGet packages that depend on FSharp.Core:
Package | Downloads |
---|---|
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. |
|
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). |
|
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 |
|
Aardvark.Base.FSharp
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
Suave
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition. |
GitHub repositories (72)
Showing the top 5 popular GitHub repositories that depend on FSharp.Core:
Repository | Stars |
---|---|
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
|
|
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
|
|
louthy/language-ext
C# functional language extensions - a base class library for functional programming
|
Version | Downloads | Last updated |
---|---|---|
9.0.100-beta.24466.6 | 1,886 | 10/8/2024 |
9.0.100-beta.24422.2 | 1,112 | 9/10/2024 |
9.0.100-beta.24406.3 | 914 | 8/13/2024 |
8.0.401 | 45,278 | 10/8/2024 |
8.0.400 | 153,814 | 8/13/2024 |
8.0.400-beta.24321.3 | 1,712 | 7/9/2024 |
8.0.400-beta.24280.1 | 381 | 6/11/2024 |
8.0.400-beta.24229.4 | 1,154 | 5/21/2024 |
8.0.301 | 159,009 | 7/9/2024 |
8.0.300 | 266,114 | 5/14/2024 |
8.0.300-beta.24178.1 | 842 | 4/11/2024 |
8.0.300-beta.24154.4 | 1,455 | 3/12/2024 |
8.0.300-beta.24080.5 | 1,185 | 2/13/2024 |
8.0.200 | 424,390 | 2/13/2024 |
8.0.102 | 11,870 | 3/12/2024 |
8.0.101 | 221,793 | 1/9/2024 |
8.0.100 | 529,479 | 11/14/2023 |
8.0.100-beta.23475.2 | 2,375 | 10/10/2023 |
8.0.100-beta.23418.2 | 2,000 | 9/12/2023 |
8.0.100-beta.23371.8 | 784 | 8/8/2023 |
8.0.100-beta.23327.15 | 930 | 7/11/2023 |
7.0.403 | 39,666 | 1/9/2024 |
7.0.402 | 47,853 | 11/14/2023 |
7.0.401 | 70,378 | 10/24/2023 |
7.0.400 | 405,076 | 8/8/2023 |
7.0.400-beta.23281.1 | 1,768 | 6/13/2023 |
7.0.400-beta.23251.2 | 1,406 | 5/16/2023 |
7.0.300 | 728,282 | 5/16/2023 |
7.0.300-beta.23261.1 | 232 | 5/11/2023 |
7.0.300-beta.23176.1 | 716 | 4/11/2023 |
7.0.300-beta.23127.2 | 638 | 3/14/2023 |
7.0.300-beta.23114.3 | 1,367 | 2/21/2023 |
7.0.200 | 860,089 | 2/14/2023 |
7.0.0 | 1,258,538 | 11/7/2022 |
7.0.0-beta.22473.1 | 2,479 | 10/11/2022 |
7.0.0-beta.22427.1 | 10,184 | 9/14/2022 |
6.0.7 | 849,694 | 11/7/2022 |
6.0.6 | 557,878 | 9/13/2022 |
6.0.5 | 1,677,533 | 6/14/2022 |
6.0.5-beta.22369.1 | 340 | 8/9/2022 |
6.0.5-beta.22329.3 | 992 | 7/12/2022 |
6.0.5-beta.22327.2 | 58,885 | 7/12/2022 |
6.0.5-beta.22305.1 | 1,004 | 6/14/2022 |
6.0.4 | 1,125,796 | 5/10/2022 |
6.0.4-beta.22203.2 | 832 | 5/10/2022 |
6.0.4-beta.22181.2 | 679 | 4/19/2022 |
6.0.3 | 999,458 | 2/4/2022 |
6.0.3-beta.22123.2 | 242 | 4/13/2022 |
6.0.3-beta.22076.4 | 1,066 | 1/28/2022 |
6.0.2 | 1,549,078 | 1/5/2022 |
6.0.2-beta.21631.1 | 776 | 1/5/2022 |
6.0.2-beta.21610.1 | 488 | 1/20/2022 |
6.0.1 | 1,399,456 | 10/30/2021 |
6.0.0 | 620,494 | 9/20/2021 |
6.0.0-beta.21472.3 | 465 | 10/14/2021 |
5.0.3-beta.21352.5 | 1,733 | 8/5/2021 |
5.0.2 | 964,439 | 6/22/2021 |
5.0.1 | 1,013,152 | 2/10/2021 |
5.0.0 | 8,054,734 | 10/19/2020 |
4.7.2 | 3,603,681 | 5/21/2020 |
4.7.1 | 1,331,939 | 3/16/2020 |
4.7.0 | 4,579,595 | 8/2/2019 |
4.6.2 | 4,059,445 | 2/14/2019 |
4.6.1 | 101,676 | 2/2/2019 |
4.6.0 | 471,720 | 1/23/2019 |
4.5.4 | 688,515 | 11/27/2018 |
4.5.2 | 4,212,577 | 7/27/2018 |
4.5.1 | 52,087 | 7/19/2018 |
4.5.0 | 569,546 | 6/7/2018 |
4.3.4 | 2,563,767 | 2/12/2018 |
4.3.3 | 471,765 | 1/31/2018 |
4.3.2 | 274,102 | 1/26/2018 |
4.3.1 | 59,059 | 1/25/2018 |
4.2.3 | 5,398,022 | 8/19/2017 |
4.2.2 | 75,213 | 7/28/2017 |
4.2.1 | 899,607 | 6/8/2017 |
4.1.18 | 767,019 | 8/19/2017 |
4.1.17 | 886,910 | 4/29/2017 |
4.0.0.1 | 2,831,656 | 7/23/2015 |
3.1.2.5 | 1,114,154 | 7/18/2015 |
3.1.2 | 92,207 | 12/3/2014 |
3.0.2 | 234,190 | 12/3/2014 |