Arcturus.Patchable
2025.8.14.168
dotnet add package Arcturus.Patchable --version 2025.8.14.168
NuGet\Install-Package Arcturus.Patchable -Version 2025.8.14.168
<PackageReference Include="Arcturus.Patchable" Version="2025.8.14.168" />
<PackageVersion Include="Arcturus.Patchable" Version="2025.8.14.168" />
<PackageReference Include="Arcturus.Patchable" />
paket add Arcturus.Patchable --version 2025.8.14.168
#r "nuget: Arcturus.Patchable, 2025.8.14.168"
#:package Arcturus.Patchable@2025.8.14.168
#addin nuget:?package=Arcturus.Patchable&version=2025.8.14.168
#tool nuget:?package=Arcturus.Patchable&version=2025.8.14.168
Arcturus.Patchable
Arcturus.Patchable is a .NET library that provides a flexible and type-safe framework for applying partial updates ("patches") to objects, commonly used in RESTful APIs and data processing scenarios. It supports JSON Patch-like operations, custom patch logic, and validation, enabling efficient and controlled modifications to your domain models.
Installation
Install the package via NuGet Package Manager or the .NET CLI:
dotnet add package Arcturus.Patchable
Or, using the Package Manager Console:
Install-Package Arcturus.Patchable
Prerequisites
- .NET SDK 8 or later
Features
Feature | Description |
---|---|
Object Patch Abstraction | Provides IObjectPatch<T> and ObjectPatch<T> for defining and applying patch operations to objects. |
Patch Operations | Supports standard operations like add, remove, replace, and custom patch logic via PatchOperation . |
Patch Requests & Results | Encapsulates patch requests (PatchRequest<T> ) and results (PatchResult<T> ) for robust workflows. |
Options & Validation | Configurable patch options (PatchOptions ) and built-in validation for safe updates. |
JSON Patch Compatibility | Designed to work with JSON Patch document formats for API scenarios. |
Type Safety | Strongly-typed patching ensures compile-time safety and reduces runtime errors. |
Extensibility | Easily extendable for custom patch behaviors and domain-specific requirements. |
Error Reporting | Detailed error information for failed patch operations. |
Documentation
For detailed documentation, visit Arcturus Wiki.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you encounter issues or have questions, please file an issue on the GitHub Issues page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Arcturus.Patchable:
Package | Downloads |
---|---|
Arcturus.Extensions.Patchable.AspNetCore
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2025.8.14.168 | 117 | 8/14/2025 |
2025.8.13.166 | 133 | 8/13/2025 |
2025.8.12.164 | 128 | 8/12/2025 |
2025.8.11.156 | 123 | 8/11/2025 |
2025.8.11.154 | 124 | 8/11/2025 |
2025.8.4.149 | 138 | 8/4/2025 |
2025.7.25.141 | 364 | 7/25/2025 |
2025.7.22.138 | 491 | 7/22/2025 |
2025.7.22.136 | 487 | 7/22/2025 |
2025.7.22.125 | 483 | 7/22/2025 |
2025.7.21.124 | 366 | 7/21/2025 |
2025.7.17.112 | 120 | 7/17/2025 |
2025.7.14.104 | 143 | 7/14/2025 |
2025.6.22.98 | 147 | 6/22/2025 |
2025.6.20.96 | 105 | 6/20/2025 |
2025.6.18.94 | 150 | 6/18/2025 |
2025.5.19.92 | 157 | 5/19/2025 |
2025.5.17.89 | 113 | 5/17/2025 |
2025.4.8.87 | 175 | 4/8/2025 |
2025.4.6.83 | 148 | 4/6/2025 |
2025.3.19.80 | 162 | 3/19/2025 |
2025.1.15.60 | 107 | 1/15/2025 |