FSharp.Core 6.0.1

dotnet add package FSharp.Core --version 6.0.1
                    
NuGet\Install-Package FSharp.Core -Version 6.0.1
                    
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="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Core" Version="6.0.1" />
                    
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 6.0.1
                    
#r "nuget: FSharp.Core, 6.0.1"
                    
#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=6.0.1
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.Core&version=6.0.1
                    
Install as a Cake Tool

FSharp.Core redistributables from F# Tools version 12.0.0 For F# 6.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 (3)

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

Package Downloads
Paket.Core

A package dependency manager for .NET with support for NuGet packages and GitHub repositories.

FsCheck

FsCheck is a tool for testing .NET programs automatically. The programmer provides 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. While writing the properties, you are actually writing a testable specification of your program. Specifications are expressed in F#, C# or VB, using combinators defined in the FsCheck library. FsCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. When a property fails, FsCheck automatically displays a minimal counter example.

FsUnit

FsUnit is a set of extensions that add special testing syntax to NUnit.

GitHub repositories (103)

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
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
Version Downloads Last Updated
6.0.1 71 9/19/2022
5.0.2-beta.21102.10 4 3/8/2021
5.0.1 1 3/8/2021
5.0.0 5 3/8/2021
4.7.1 1 3/8/2021
4.7.0 32,942 3/8/2021
4.6.1 2 3/8/2021
4.5.2 1 3/8/2021
4.5.1 1 3/8/2021
4.3.3 1 3/8/2021
4.3.2 1 3/8/2021
4.3.1 3 3/8/2021
4.3.0 0 3/8/2021
4.2.3 4,792 3/8/2021
4.2.2 4 3/8/2021
4.1.17 25 3/8/2021
4.1.2 7 3/8/2021
4.1.0 5 3/8/2021
4.0.1.7-alpha 7 3/8/2021
4.0.1.5 1 3/8/2021