FSharp.Data
2.0.0-beta
See the version list below for details.
dotnet add package FSharp.Data --version 2.0.0-beta
NuGet\Install-Package FSharp.Data -Version 2.0.0-beta
<PackageReference Include="FSharp.Data" Version="2.0.0-beta" />
paket add FSharp.Data --version 2.0.0-beta
#r "nuget: FSharp.Data, 2.0.0-beta"
// Install FSharp.Data as a Cake Addin #addin nuget:?package=FSharp.Data&version=2.0.0-beta&prerelease // Install FSharp.Data as a Cake Tool #tool nuget:?package=FSharp.Data&version=2.0.0-beta&prerelease
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 | Versions 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. |
-
.NETFramework 4.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)
- Zlib.Portable (>= 1.9.2)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- Zlib.Portable (>= 1.9.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FSharp.Data:
Repository | Stars |
---|---|
xamarin/ios-samples
Xamarin.iOS sample apps
|
|
opensearch-project/opensearch-net
OpenSearch .NET Client
|
Version | Downloads | Last updated |
---|---|---|
2.3.0-beta1 | 273 | 10/11/2015 |
2.2.5 | 27,096 | 7/12/2015 |
2.2.4 | 198 | 7/11/2015 |
2.2.3 | 4,533 | 6/13/2015 |
2.2.2 | 4,397 | 5/11/2015 |
2.2.1 | 2,506 | 5/4/2015 |
2.2.0 | 3,772 | 3/22/2015 |
2.1.1 | 10,146 | 12/24/2014 |
2.1.0 | 4,759 | 11/2/2014 |
2.1.0-beta2 | 165 | 10/21/2014 |
2.1.0-beta | 296 | 10/12/2014 |
2.0.15 | 2,332 | 9/23/2014 |
2.0.14 | 3,036 | 8/30/2014 |
2.0.13 | 158 | 8/29/2014 |
2.0.12 | 128 | 8/28/2014 |
2.0.11 | 174 | 8/27/2014 |
2.0.10 | 452 | 8/21/2014 |
2.0.9 | 6,179 | 6/15/2014 |
2.0.8 | 3,164 | 5/10/2014 |
2.0.7 | 1,078 | 4/28/2014 |
2.0.6 | 182 | 4/28/2014 |
2.0.5 | 1,879 | 3/29/2014 |
2.0.4 | 977 | 3/20/2014 |
2.0.3 | 613 | 3/17/2014 |
2.0.2 | 150 | 3/16/2014 |
2.0.1 | 275 | 3/14/2014 |
2.0.0 | 410 | 3/10/2014 |
2.0.0-beta3 | 166 | 3/4/2014 |
2.0.0-beta2 | 153 | 2/27/2014 |
2.0.0-beta | 117 | 2/24/2014 |
2.0.0-alpha7 | 135 | 2/20/2014 |
2.0.0-alpha6 | 170 | 2/4/2014 |
2.0.0-alpha5 | 99 | 2/3/2014 |
2.0.0-alpha4 | 110 | 1/30/2014 |
2.0.0-alpha3 | 182 | 12/30/2013 |
2.0.0-alpha2 | 110 | 12/24/2013 |
2.0.0-alpha | 141 | 12/15/2013 |
1.1.10 | 9,248 | 9/12/2013 |
1.1.9 | 1,180 | 7/21/2013 |
1.1.8 | 353 | 7/1/2013 |
1.1.7 | 139 | 7/1/2013 |
1.1.6 | 164 | 6/30/2013 |
1.1.5 | 848 | 5/13/2013 |
1.1.4 | 385 | 4/13/2013 |
1.1.3 | 185 | 4/8/2013 |
1.1.2 | 179 | 3/30/2013 |
1.1.1 | 462 | 2/18/2013 |
1.1.0 | 181 | 2/18/2013 |
1.0.13 | 277 | 1/16/2013 |
1.0.12 | 431 | 1/14/2013 |
1.0.11 | 144 | 1/14/2013 |
1.0.10 | 161 | 1/6/2013 |
1.0.9 | 155 | 1/4/2013 |
1.0.8 | 143 | 1/4/2013 |
1.0.6 | 170 | 12/23/2012 |
1.0.5 | 152 | 12/20/2012 |
1.0.4 | 167 | 12/17/2012 |
1.0.2 | 169 | 12/14/2012 |
1.0.1 | 145 | 12/14/2012 |
1.0.0 | 175 | 12/13/2012 |
Mono fixes.
Allow to set the freebase api key globally by using the environment variable FREEBASE_API_KEY
Fixed handling of optional records in JsonProvider.
Reduced the number of cases where heterogeneous types are used in JsonProvider.
Fixed <type> option option being generated on some cases in JsonProvider.
Treat "", null and missing values in the same way in JsonProvider.
Fixed homogeneous arrays to have the same null skipping behaviour as heterogeneous arrays in JsonProvider.
Fixed handling of optional elements in XmlProvider.
Fixed namespace declarations generating attributes in XmlProvider.
Fixed CsvProvider generating column names with only a space.
Return NaN for missing data in WorldBank indicators instead of throwing an exception.
Don't throw exceptions in JsonValue.AsArray, JsonValue.Properties, and JsonValue.InnerText.