Pathoschild.Http.Formatters.Core 2.1.0

dotnet add package Pathoschild.Http.Formatters.Core --version 2.1.0
NuGet\Install-Package Pathoschild.Http.Formatters.Core -Version 2.1.0
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="Pathoschild.Http.Formatters.Core" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pathoschild.Http.Formatters.Core --version 2.1.0
#r "nuget: Pathoschild.Http.Formatters.Core, 2.1.0"
#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.
// Install Pathoschild.Http.Formatters.Core as a Cake Addin
#addin nuget:?package=Pathoschild.Http.Formatters.Core&version=2.1.0

// Install Pathoschild.Http.Formatters.Core as a Cake Tool
#tool nuget:?package=Pathoschild.Http.Formatters.Core&version=2.1.0

This package has been merged into Pathoschild.Http.FluentClient 2.2+.

-----

A base implementation of the .NET MediaTypeFormatter for serializers used by HttpClient and Web API, which handles the common plumbing code so you only need to implement the "Serialize" and "Deserialize" methods. This includes an example PlainTextFormatter.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 2,109 5/8/2016
2.0.0 959 4/28/2016
1.2.0 1,373 10/30/2013
1.0.1 1,278 2/5/2013
1.0.0 1,275 11/30/2012
0.5.0-beta 1,049 10/4/2012
0.4.0-alpha 1,007 8/25/2012
0.3.0-alpha 980 6/25/2012
0.2.0-alpha 1,983 6/5/2012
0.1.2-alpha 2,393 5/23/2012

Migrated to PCL for cross-platform support.