Arcturus.Patchable 2025.9.12.180

There is a newer version of this package available.
See the version list below for details.
dotnet add package Arcturus.Patchable --version 2025.9.12.180
                    
NuGet\Install-Package Arcturus.Patchable -Version 2025.9.12.180
                    
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.9.12.180" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arcturus.Patchable" Version="2025.9.12.180" />
                    
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.9.12.180
                    
#r "nuget: Arcturus.Patchable, 2025.9.12.180"
                    
#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.9.12.180
                    
#: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.9.12.180
                    
Install as a Cake Addin
#tool nuget:?package=Arcturus.Patchable&version=2025.9.12.180
                    
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
2025.9.17.187 51 9/17/2025
2025.9.12.180 91 9/12/2025
2025.9.11.175 131 9/11/2025
2025.9.1.173 141 9/1/2025
2025.8.14.168 136 8/14/2025
2025.8.13.166 136 8/13/2025
2025.8.12.164 132 8/12/2025
2025.8.11.156 127 8/11/2025
2025.8.11.154 127 8/11/2025
2025.8.4.149 142 8/4/2025
2025.7.25.141 367 7/25/2025
2025.7.22.138 539 7/22/2025
2025.7.22.136 537 7/22/2025
2025.7.22.125 532 7/22/2025
2025.7.21.124 427 7/21/2025
2025.7.17.112 149 7/17/2025
2025.7.14.104 147 7/14/2025
2025.6.22.98 150 6/22/2025
2025.6.20.96 108 6/20/2025
2025.6.18.94 153 6/18/2025
2025.5.19.92 159 5/19/2025
2025.5.17.89 115 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