Arcturus.Patchable 2025.7.22.136

There is a newer version of this package available.
See the version list below for details.
dotnet add package Arcturus.Patchable --version 2025.7.22.136
                    
NuGet\Install-Package Arcturus.Patchable -Version 2025.7.22.136
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Arcturus.Patchable" Version="2025.7.22.136" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arcturus.Patchable" Version="2025.7.22.136" />
                    
Directory.Packages.props
<PackageReference Include="Arcturus.Patchable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Arcturus.Patchable --version 2025.7.22.136
                    
#r "nuget: Arcturus.Patchable, 2025.7.22.136"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Arcturus.Patchable@2025.7.22.136
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Arcturus.Patchable&version=2025.7.22.136
                    
Install as a Cake Addin
#tool nuget:?package=Arcturus.Patchable&version=2025.7.22.136
                    
Install as a Cake Tool

Arcturus.Patchable

NuGet NuGet


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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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
2026.2.5.233 93 2/5/2026
2026.1.15.222 104 1/15/2026
2026.1.15.220 100 1/15/2026
2026.1.13.213 104 1/13/2026
2025.12.28.208 109 12/28/2025
2025.12.28.207 108 12/28/2025
2025.12.17.206 298 12/17/2025
2025.12.15.204 268 12/15/2025
2025.12.12.203 144 12/12/2025
2025.12.12.202 144 12/12/2025
2025.12.9.199 469 12/9/2025
2025.11.27.197 203 11/27/2025
2025.10.27.191 207 10/27/2025
2025.9.17.187 346 9/17/2025
2025.9.12.180 169 9/12/2025
2025.9.11.175 203 9/11/2025
2025.9.1.173 215 9/1/2025
2025.8.14.168 211 8/14/2025
2025.8.13.166 204 8/13/2025
2025.7.22.136 593 7/22/2025
Loading failed