Detached.PatchTypes
8.0.0
dotnet add package Detached.PatchTypes --version 8.0.0
NuGet\Install-Package Detached.PatchTypes -Version 8.0.0
<PackageReference Include="Detached.PatchTypes" Version="8.0.0" />
paket add Detached.PatchTypes --version 8.0.0
#r "nuget: Detached.PatchTypes, 8.0.0"
// Install Detached.PatchTypes as a Cake Addin #addin nuget:?package=Detached.PatchTypes&version=8.0.0 // Install Detached.PatchTypes as a Cake Tool #tool nuget:?package=Detached.PatchTypes&version=8.0.0
Allows to create a proxy type of a given DTO that implements IPatch interface and allows to check for dirty (or set) properies. It also provides a JsonConverter that handles IPatch types.
This library is a part of Detached.Mappers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Detached.RuntimeTypes (>= 8.0.0)
- System.Text.Json (>= 8.0.1)
-
net7.0
- Detached.RuntimeTypes (>= 8.0.0)
- System.Text.Json (>= 8.0.1)
-
net8.0
- Detached.RuntimeTypes (>= 8.0.0)
- System.Text.Json (>= 8.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Detached.PatchTypes:
Package | Downloads |
---|---|
Detached.Mappers
A general purpose object-oriented mapper. |
|
Detached.PatchTypes.Newtonsoft
Allows to create a proxy type of a given DTO that implements IPatch interface and allows to check for dirty (or set) properies. It also provides a JsonConverter that handles IPatch types. This library is a part of Detached.Mappers. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Detached.PatchTypes:
Repository | Stars |
---|---|
leonardoporro/Detached-Mapper
An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.
|