Dehydrator.Core 0.12.0

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

// Install Dehydrator.Core as a Cake Tool
#tool nuget:?package=Dehydrator.Core&version=0.12.0

This package provides core interfaces and helpers used by Dehydrator.
Install this package instead of the main Dehydrator package in Model-only assemblies to reduce coupling.

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

NuGet packages (3)

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

Package Downloads
Dehydrator

Dehydrator helps you combine ORMs like Entity Framework with REST service frameworks like WebAPI. By stripping navigational references in your entities down to only their IDs their serialized representation no longer contains redundant or cyclic data. When new or modified deserialized data needs to be persisted Dehydrator takes care of resolving the reference IDs again. Install this package in your data model. Install Dehydrator.EntityFramework and EntityFramework.WebApi in your controller if you use Entity Framework and WebAPI.

Dehydrator.EntityFramework

This package provides implementations for Dehydrator's repository interfaces using Entity Framework. Install this package in your controller if you use Entity Framework.

Dehydrator.WebApi

This package provides base classes and sample configuration for building WebAPI controllers that use a dehydrated data model. Install this package in your controller if you use WebAPI.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.12.0 2,010 10/17/2016
0.11.0 1,801 10/13/2016
0.10.0 1,915 3/14/2016
0.9.0 1,899 1/18/2016
0.8.0 1,877 12/10/2015
0.7.0 1,919 11/16/2015
0.6.0 1,867 11/13/2015
0.5.0 1,905 11/12/2015