Arcturus.Patchable
2026.6.10.323
dotnet add package Arcturus.Patchable --version 2026.6.10.323
NuGet\Install-Package Arcturus.Patchable -Version 2026.6.10.323
<PackageReference Include="Arcturus.Patchable" Version="2026.6.10.323" />
<PackageVersion Include="Arcturus.Patchable" Version="2026.6.10.323" />
<PackageReference Include="Arcturus.Patchable" />
paket add Arcturus.Patchable --version 2026.6.10.323
#r "nuget: Arcturus.Patchable, 2026.6.10.323"
#:package Arcturus.Patchable@2026.6.10.323
#addin nuget:?package=Arcturus.Patchable&version=2026.6.10.323
#tool nuget:?package=Arcturus.Patchable&version=2026.6.10.323
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 | net10.0 is compatible. 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. |
-
net10.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 |
|---|---|---|
| 2026.6.10.323 | 29 | 6/10/2026 |
| 2026.6.9.322 | 47 | 6/9/2026 |
| 2026.6.9.321 | 41 | 6/9/2026 |
| 2026.4.14.320 | 126 | 4/14/2026 |
| 2026.4.14.318 | 122 | 4/14/2026 |
| 2026.3.15.316 | 131 | 3/15/2026 |
| 2026.3.12.308 | 128 | 3/12/2026 |
| 2026.3.11.295 | 128 | 3/11/2026 |
| 2026.3.11.291 | 123 | 3/11/2026 |
| 2026.3.9.275 | 125 | 3/9/2026 |
| 2026.3.9.271 | 118 | 3/9/2026 |
| 2026.3.9.269 | 120 | 3/9/2026 |
| 2026.3.7.268 | 124 | 3/7/2026 |
| 2026.2.26.266 | 127 | 2/26/2026 |
| 2026.2.25.258 | 123 | 2/25/2026 |
| 2026.2.25.257 | 125 | 2/25/2026 |
| 2026.2.25.256 | 122 | 2/25/2026 |
| 2026.2.25.255 | 118 | 2/25/2026 |
| 2026.2.25.253 | 120 | 2/25/2026 |
| 2026.2.25.252 | 126 | 2/25/2026 |