FSharp.Core 9.0.300-beta.25124.4

This is a prerelease version of FSharp.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FSharp.Core --version 9.0.300-beta.25124.4
                    
NuGet\Install-Package FSharp.Core -Version 9.0.300-beta.25124.4
                    
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="9.0.300-beta.25124.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Core" Version="9.0.300-beta.25124.4" />
                    
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 9.0.300-beta.25124.4
                    
#r "nuget: FSharp.Core, 9.0.300-beta.25124.4"
                    
#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.
#addin nuget:?package=FSharp.Core&version=9.0.300-beta.25124.4&prerelease
                    
Install FSharp.Core as a Cake Addin
#tool nuget:?package=FSharp.Core&version=9.0.300-beta.25124.4&prerelease
                    
Install FSharp.Core as a Cake Tool

FSharp.Core redistributables from F# Tools version 13.9.300 For F# 9.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. 
.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 (3.8K)

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

Package Downloads
Marten

.NET Transactional Document DB and Event Store on PostgreSQL

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

FsToolkit.ErrorHandling

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

GitHub repositories (101)

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 most popular .NET UI client technology
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# 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
VsVim/VsVim
Vim Emulator Plugin for Visual Studio 2015+
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
mathnet/mathnet-numerics
Math.NET Numerics
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
pwntester/ysoserial.net
Deserialization payload generator for a variety of .NET formatters
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
Version Downloads Last updated
9.0.300-beta.25181.1 147 2 days ago
9.0.300-beta.25124.4 530 25 days ago
9.0.300-beta.25079.4 503 2 months ago
9.0.202 3,690 4 days ago
9.0.201 91,920 2 months ago
9.0.200-beta.24561.2 1,461 4 months ago
9.0.101 113,573 3 months ago
9.0.100 570,592 5 months ago
9.0.100-beta.24466.6 8,169 6 months ago
9.0.100-beta.24422.2 1,309 7 months ago
9.0.100-beta.24406.3 978 8 months ago
8.0.403 129,623 5 months ago
8.0.401 308,648 6 months ago
8.0.400 512,746 8 months ago
8.0.400-beta.24321.3 2,332 9 months ago
8.0.400-beta.24280.1 434 6/11/2024
8.0.400-beta.24229.4 1,201 5/21/2024
8.0.301 300,777 9 months ago
8.0.300 482,392 5/14/2024
8.0.300-beta.24178.1 945 4/11/2024
8.0.300-beta.24154.4 1,497 3/12/2024
8.0.300-beta.24080.5 1,672 2/13/2024
8.0.200 598,081 2/13/2024
8.0.102 22,248 3/12/2024
8.0.101 250,289 1/9/2024
8.0.100 866,331 11/14/2023
8.0.100-beta.23475.2 2,475 10/10/2023
8.0.100-beta.23418.2 2,035 9/12/2023
8.0.100-beta.23371.8 813 8/8/2023
8.0.100-beta.23327.15 963 7/11/2023
7.0.403 56,331 1/9/2024
7.0.402 57,132 11/14/2023
7.0.401 78,068 10/24/2023
7.0.400 488,415 8/8/2023
7.0.400-beta.23281.1 2,540 6/13/2023
7.0.400-beta.23251.2 1,451 5/16/2023
7.0.300 1,026,484 5/16/2023
7.0.300-beta.23261.1 265 5/11/2023
7.0.300-beta.23176.1 746 4/11/2023
7.0.300-beta.23127.2 666 3/14/2023
7.0.300-beta.23114.3 1,413 2/21/2023
7.0.200 1,062,425 2/14/2023
7.0.0 1,553,406 11/7/2022
7.0.0-beta.22473.1 2,521 10/11/2022
7.0.0-beta.22427.1 11,123 9/14/2022
6.0.7 1,066,661 11/7/2022
6.0.6 619,201 9/13/2022
6.0.5 2,102,932 6/14/2022
6.0.5-beta.22369.1 377 8/9/2022
6.0.5-beta.22329.3 1,031 7/12/2022
6.0.5-beta.22327.2 60,299 7/12/2022
6.0.5-beta.22305.1 1,574 6/14/2022
6.0.4 1,424,402 5/10/2022
6.0.4-beta.22203.2 874 5/10/2022
6.0.4-beta.22181.2 731 4/19/2022
6.0.3 1,062,254 2/4/2022
6.0.3-beta.22123.2 279 4/13/2022
6.0.3-beta.22076.4 1,105 1/28/2022
6.0.2 1,950,379 1/5/2022
6.0.2-beta.21631.1 848 1/5/2022
6.0.2-beta.21610.1 525 1/20/2022
6.0.1 1,688,753 10/30/2021
6.0.0 747,394 9/20/2021
6.0.0-beta.21472.3 504 10/14/2021
5.0.3-beta.21352.5 1,782 8/5/2021
5.0.2 1,155,193 6/22/2021
5.0.1 1,187,397 2/10/2021
5.0.0 8,416,116 10/19/2020
4.7.2 3,986,968 5/21/2020
4.7.1 1,456,805 3/16/2020
4.7.0 4,856,654 8/2/2019
4.6.2 4,257,197 2/14/2019
4.6.1 102,119 2/2/2019
4.6.0 515,039 1/23/2019
4.5.4 763,477 11/27/2018
4.5.2 4,548,308 7/27/2018
4.5.1 71,230 7/19/2018
4.5.0 602,872 6/7/2018
4.3.4 3,029,806 2/12/2018
4.3.3 511,738 1/31/2018
4.3.2 316,751 1/26/2018
4.3.1 64,640 1/25/2018
4.2.3 5,894,210 8/19/2017
4.2.2 75,979 7/28/2017
4.2.1 905,374 6/8/2017
4.1.18 778,138 8/19/2017
4.1.17 916,303 4/29/2017
4.0.0.1 2,918,065 7/23/2015
3.1.2.5 1,137,508 7/18/2015
3.1.2 94,455 12/3/2014
3.0.2 236,708 12/3/2014