FSharp.Data.Xml.Core
6.1.0-beta
See the version list below for details.
dotnet add package FSharp.Data.Xml.Core --version 6.1.0-beta
NuGet\Install-Package FSharp.Data.Xml.Core -Version 6.1.0-beta
<PackageReference Include="FSharp.Data.Xml.Core" Version="6.1.0-beta" />
paket add FSharp.Data.Xml.Core --version 6.1.0-beta
#r "nuget: FSharp.Data.Xml.Core, 6.1.0-beta"
// Install FSharp.Data.Xml.Core as a Cake Addin #addin nuget:?package=FSharp.Data.Xml.Core&version=6.1.0-beta&prerelease // Install FSharp.Data.Xml.Core as a Cake Tool #tool nuget:?package=FSharp.Data.Xml.Core&version=6.1.0-beta&prerelease
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
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 | 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 was computed. |
.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. |
-
.NETStandard 2.0
- FSharp.Core (>= 5.0.1)
- FSharp.Data.Http (>= 6.1.0-beta)
- FSharp.Data.Json.Core (>= 6.1.0-beta)
- FSharp.Data.Runtime.Utilities (>= 6.1.0-beta)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FSharp.Data.Xml.Core:
Package | Downloads |
---|---|
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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.4.0 | 204,062 | 3/13/2024 |
6.3.0 | 276,519 | 9/4/2023 |
6.2.0 | 126,882 | 4/30/2023 |
6.1.1-beta | 1,756 | 4/12/2023 |
6.1.0-beta | 1,164 | 4/8/2023 |
6.0.1-beta002 | 8,733 | 1/7/2023 |
6.0.1-beta001 | 8,429 | 8/17/2022 |
5.0.1 | 13,326 | 8/17/2022 |
- Fix json provider PreferDictionaries for array properties | [Melvyn Laïly](https://github.com/)
- Add signature tests showing the wrong generation for array values when inferring dictionaries in json | [Melvyn Laïly](https://github.com/)
- Enable TLS 1.2 in providers to be able to use it when requesting https samples | [Melvyn Laïly](https://github.com/)
- Report complete exception from providers | [Melvyn Laïly](https://github.com/)
- Add aria-label to the list of attributes used to find a name for html provided types | [Melvyn Laïly](https://github.com/)
- Do not fail the build if the WorldBank api is offline | [Melvyn Laïly](https://github.com/)
- Move source files into the folders of the projects they belong to | [Melvyn Laïly](https://github.com/)
- Move non-http code from FSharp.Data.Http into a new FSharp.Data.Runtime.Utilities project | [Melvyn Laïly](https://github.com/)
- Format code | [Lennart Schlegge](https://github.com/)
- Refactor readLine function | [Lennart Schlegge](https://github.com/)
- Extend test with quoted strings and separators | [Lennart Schlegge](https://github.com/)
- Fix reading CSV from non seekable network stream | [Lennart Schlegge](https://github.com/)
- Use nameof for all dynamically built quotations | [Melvyn Laïly](https://github.com/)
- Update release notes | [Melvyn Laïly](https://github.com/)
- Change the namespace of the public "InferenceMode" enum | [Melvyn Laïly](https://github.com/)
- updated docs for html type provider example | [aaron-jack-manning](https://github.com/)
- Fix WorldBank.fsx docs build | [Melvyn Laïly](https://github.com/)
- Re-add solution level items missing or with broken paths | [Melvyn Laïly](https://github.com/)
- Remove explicit PackageReference in projects + include paket.references | [Melvyn Laïly](https://github.com/)