FSharp.Data 2.0.6

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

The F# Data library (FSharp.Data.dll) implements everything you need to access data
 in your F# applications and scripts. It implements F# type providers for working with
 structured file formats (CSV, JSON and XML) and for accessing the WorldBank and Freebase
 data. It also includes helpers for parsing JSON and CSV files and for sending HTTP requests.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)

  • Portable Class Library (.NETFramework 4.5, Windows 8.0)

NuGet packages (179)

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

Package Downloads
Alex75.Cryptocurrencies

Common entities and models for dealing with cryptocurrency data and exchanges. Some Exchanges API client implementation. Some RippleNet (XRPL) functionalities.

FsLab

FsLab is a combination package that supports doing data science with F#. FsLab includes literate scripting converted to HTML and PDF, and by default references Deedle (a data frame library), FSharp.Data (for data access) and XPlot (for visualization). You can optionally add any other nuget packages.

GWallet.Backend

Package Description

Eventful.EventStore

An EventSourcing library

Serilog.Sinks.SlackClient

A Slack Sink for Serilog.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FSharp.Data:

Repository Stars
xamarin/ios-samples
Xamarin.iOS sample apps
Version Downloads Last Updated
8.1.8 528 4/13/2026
8.1.7 2,672 4/7/2026
8.1.6 859 4/6/2026
8.1.5 873 4/4/2026
8.1.4 1,157 4/1/2026
8.1.3 4,580 3/24/2026
8.1.2 5,007 3/18/2026
8.1.1 3,836 3/14/2026
8.1.0 3,927 3/8/2026
8.1.0-beta 114 2/25/2026
8.0.0 8,341 2/25/2026
7.0.1 2,253 2/23/2026
7.0.0 868 2/22/2026
6.7.0 1,864 2/21/2026
6.6.0 477,387 3/14/2025
6.5.0 4,428 3/11/2025
6.4.1 279,384 1/15/2025
6.4.0 537,177 3/13/2024
6.3.0 457,778 9/4/2023
2.0.6 3,253 4/28/2014
Loading failed

Performance improvements.
Support reuse by other type providers projects like ApiaryProvider.
Fixed problems with HTTP requests not downloading fully.
Added support for creating typed XML objects in XmlProvider.
Added support for creating typed JSON and XML objects from untyped JsonValue and XElement objects.
Fixed crash when data files used in a type provider used on a fsx file changed.
Fixed problem parsing JSON values with keys with the double quote character.