Pathoschild.Http.Formatters.Core
2.1.0
Install-Package Pathoschild.Http.Formatters.Core -Version 2.1.0
dotnet add package Pathoschild.Http.Formatters.Core --version 2.1.0
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pathoschild.Http.Formatters.Core, 2.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- Microsoft.AspNet.WebApi.Client (>= 5.2.0)
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 | 1,672 | 5/8/2016 |
2.0.0 | 754 | 4/28/2016 |
1.2.0 | 1,117 | 10/30/2013 |
1.0.1 | 1,055 | 2/5/2013 |
1.0.0 | 1,050 | 11/30/2012 |
0.5.0-beta | 936 | 10/4/2012 |
0.4.0-alpha | 878 | 8/25/2012 |
0.3.0-alpha | 851 | 6/25/2012 |
0.2.0-alpha | 1,029 | 6/5/2012 |
0.1.2-alpha | 1,089 | 5/23/2012 |
Migrated to PCL for cross-platform support.