WcfJsonFormatter 1.3.2.10
dotnet add package WcfJsonFormatter --version 1.3.2.10
NuGet\Install-Package WcfJsonFormatter -Version 1.3.2.10
<PackageReference Include="WcfJsonFormatter" Version="1.3.2.10" />
paket add WcfJsonFormatter --version 1.3.2.10
#r "nuget: WcfJsonFormatter, 1.3.2.10"
// Install WcfJsonFormatter as a Cake Addin #addin nuget:?package=WcfJsonFormatter&version=1.3.2.10 // Install WcfJsonFormatter as a Cake Tool #tool nuget:?package=WcfJsonFormatter&version=1.3.2.10
This component is a basic implementation for json messages formatters, and It manages dynamically parameters types, resolving no concrete types (whenever It's possible), and for advanced resolution of those types, It's possible to apply a custom resolver into *.config. file.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WcfJsonFormatter:
Package | Downloads |
---|---|
WcfJsonNetFormatter
WcfJsonNetFormatter is a library which implements WcfJsonFormatter component in order to transform message body into Json format, using the powerful Json.Net serializer. |
GitHub repositories
This package is not used by any popular GitHub repositories.
New version for net 4.5, which enables async operations for internal behavior implementations.