TLio.FormatConverter.Core 0.9.0-preview.11

This is a prerelease version of TLio.FormatConverter.Core.
dotnet add package TLio.FormatConverter.Core --version 0.9.0-preview.11
                    
NuGet\Install-Package TLio.FormatConverter.Core -Version 0.9.0-preview.11
                    
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="TLio.FormatConverter.Core" Version="0.9.0-preview.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TLio.FormatConverter.Core" Version="0.9.0-preview.11" />
                    
Directory.Packages.props
<PackageReference Include="TLio.FormatConverter.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 TLio.FormatConverter.Core --version 0.9.0-preview.11
                    
#r "nuget: TLio.FormatConverter.Core, 0.9.0-preview.11"
                    
#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 TLio.FormatConverter.Core@0.9.0-preview.11
                    
#: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=TLio.FormatConverter.Core&version=0.9.0-preview.11&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TLio.FormatConverter.Core&version=0.9.0-preview.11&prerelease
                    
Install as a Cake Tool

TLio.FormatConverter.Core

The core of format conversion for TLio: the intermediate model every conversion passes through, ConversionSettings, and the IFormatAdapter contract the JSON, XML and YAML adapters implement.

dotnet add package TLio.FormatConverter.Core

Most consumers do not reference this directly — TLio.FormatConverter brings it in along with the three adapters and the convert / convertValue commands.

What is here

  • IntermediateNode and its shapes — object, array, scalar, mixed content — with the metadata that carries XML attributes, namespaces and CDATA across a format that has no notion of them.
  • ConversionSettings — the per-boundary options. Adapters ignore settings they do not use rather than throwing.
  • MetadataConvention — the rules JSON and YAML must spell identically, so an attribute that survives xml → json also survives xml → yaml.
  • FormatConverter — the registry: Register(adapter), then Convert(from, text, to, settings).

License

MIT — see the repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (3)

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

Package Downloads
TLio.FormatConverter.Yaml

YAML adapter for TLio format conversion (YamlDotNet), including anchor and alias flattening.

TLio.FormatConverter.Json

JSON adapter for TLio format conversion (System.Text.Json): reads and writes the intermediate model that XML and YAML are converted through.

TLio.FormatConverter.Xml

XML adapter for TLio format conversion (System.Xml): attributes, namespaces, CDATA, null representation and array shape, written in the canonical document shape TLio's own XML adapter addresses.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.0-preview.11 92 8/22/2026