Arcturus.Patchable
2025.9.17.187
dotnet add package Arcturus.Patchable --version 2025.9.17.187
NuGet\Install-Package Arcturus.Patchable -Version 2025.9.17.187
<PackageReference Include="Arcturus.Patchable" Version="2025.9.17.187" />
<PackageVersion Include="Arcturus.Patchable" Version="2025.9.17.187" />
<PackageReference Include="Arcturus.Patchable" />
paket add Arcturus.Patchable --version 2025.9.17.187
#r "nuget: Arcturus.Patchable, 2025.9.17.187"
#:package Arcturus.Patchable@2025.9.17.187
#addin nuget:?package=Arcturus.Patchable&version=2025.9.17.187
#tool nuget:?package=Arcturus.Patchable&version=2025.9.17.187
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
ASP.NET Core integration for Arcturus.Patchable. Provides model binding and JSON serialization support for Patch<T> types to enable safe, explicit partial updates in Web APIs (e.g., HTTP PATCH). Includes helpers to validate and apply patches within controllers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2025.9.17.187 | 32 | 9/17/2025 |
2025.9.12.180 | 71 | 9/12/2025 |
2025.9.11.175 | 117 | 9/11/2025 |
2025.9.1.173 | 139 | 9/1/2025 |
2025.8.14.168 | 135 | 8/14/2025 |
2025.8.13.166 | 135 | 8/13/2025 |
2025.8.12.164 | 131 | 8/12/2025 |
2025.8.11.156 | 126 | 8/11/2025 |
2025.8.11.154 | 126 | 8/11/2025 |
2025.8.4.149 | 141 | 8/4/2025 |
2025.7.25.141 | 366 | 7/25/2025 |
2025.7.22.138 | 538 | 7/22/2025 |
2025.7.22.136 | 536 | 7/22/2025 |
2025.7.22.125 | 531 | 7/22/2025 |
2025.7.21.124 | 426 | 7/21/2025 |
2025.7.17.112 | 148 | 7/17/2025 |
2025.7.14.104 | 146 | 7/14/2025 |
2025.6.22.98 | 149 | 6/22/2025 |
2025.6.20.96 | 107 | 6/20/2025 |
2025.6.18.94 | 152 | 6/18/2025 |
2025.5.19.92 | 158 | 5/19/2025 |
2025.5.17.89 | 114 | 5/17/2025 |
2025.4.8.87 | 177 | 4/8/2025 |
2025.4.6.83 | 150 | 4/6/2025 |
2025.3.19.80 | 164 | 3/19/2025 |
2025.1.15.60 | 109 | 1/15/2025 |