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.
<PackageVersion Include="Dehydrator.Core" Version="0.12.0" />
                    
Directory.Packages.props
<PackageReference Include="Dehydrator.Core" />
                    
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 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.
#:package Dehydrator.Core@0.12.0
                    
#: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=Dehydrator.Core&version=0.12.0
                    
Install as a Cake Addin
#tool nuget:?package=Dehydrator.Core&version=0.12.0
                    
Install as a Cake Tool

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,384 10/17/2016
0.11.0 2,102 10/13/2016
0.10.0 2,224 3/14/2016
0.9.0 2,223 1/18/2016
0.8.0 2,203 12/10/2015
0.7.0 2,233 11/16/2015
0.6.0 2,181 11/13/2015
0.5.0 2,219 11/12/2015