Dehydrator.Core
0.10.0
See the version list below for details.
dotnet add package Dehydrator.Core --version 0.10.0
NuGet\Install-Package Dehydrator.Core -Version 0.10.0
<PackageReference Include="Dehydrator.Core" Version="0.10.0" />
paket add Dehydrator.Core --version 0.10.0
#r "nuget: Dehydrator.Core, 0.10.0"
// Install Dehydrator.Core as a Cake Addin #addin nuget:?package=Dehydrator.Core&version=0.10.0 // Install Dehydrator.Core as a Cake Tool #tool nuget:?package=Dehydrator.Core&version=0.10.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 | Versions 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. |
-
- JetBrains.Annotations (>= 10.0.0)
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.