Top 20 NuGet patch Packages

The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Diff Demo Match: Given a search string, find its best fuz...
Helpers for subscribing to observable collection events
GnuWin32 utils: cmp, diff, diff3, patch
An efficient delta compression algorithm written in C#
This class library is a extension of HttpClient which allows make patch request.
This client library allow you to make http request easily. How to use: var address = "http://localhost:50787/api/Test/Test"; var requestModel = new RequestModel() { Id = "guid" }; var result = new HttpClientHelper().PostJson<ResponseModel>(address, "Basic", "***", requestModel);
Package Description
Simple.HttpPatch implementation for .NET to easily allow & apply partial REST-ful service (through Web API)
DotNet Standard 1.4 client API for the Delta Json Rest Service at https://www.deltaxml.com/api/json/v2/
Library for diffing and RFC 6902 patching json.net objects, with added functionality to add oldvalues to operations - forked from mcintyre321/JsonDiffPatch
Patch support with validation for aspnet webapi
Patch support with validation for aspnetcore api
Works around an issue where the Microsoft OData stack, fails to Patch Entity Types, as this is not part of the specs to be implemented.
Dumb versioning tool that increment major and minor version in AssemblyInfo.cs. Supposed to be used as pre-build task.
Extends the Microsoft.AspNetCore.JsonPatch library by adding a PatchableAttribute and JsonPatchDocument.ApplyToIfPatchable method which restricts a JSON patch to only be applied to properties which are assigned the attribute.
A fast, pure C# implementation of the VCDIFF algorithm.
JSON Merge Patch support for ASP.NET Core 3.X (System.Text.Json)
JSON Merge Patch support for ASP.NET Core 3.X (Newtonsoft.Json)