ShapeShift 0.1.1049-alpha

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

ShapeShift

One serializer for all formats

Features

  • PolyType-based serialization means a shared set of attributes for your data models regardless of the use case.
  • Serialize any object to any encoding simply by writing the encoder/decoder.

Consumption note

This package is not directly installed by applications, typically. Instead, an application should install one or more of the format-specific packages (search for "ShapeShift" on NuGet). For example, to use ShapeShift with YAML, install the ShapeShift.Yaml package.

Developing format-specific packages of course requires a direct dependency on ShapeShift.

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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ShapeShift:

Package Downloads
ShapeShift.Taml

Package Description

ShapeShift.Yaml

Package Description

ShapeShift.Conformance

A test-framework neutral conformance kit that authors of third-party ShapeShift format packages reuse to verify their IEncoder and IDecoder implementations against the contracts that ShapeShift's format-agnostic layer relies on.

ShapeShift.Json

Package Description

ShapeShift.MsgPack

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1049-alpha 15 9/1/2026