Ross ROSS = Recommend OSS · open-source software intelligence for agents

mmanela/diffplex

DiffPlex is Netstandard 2.0+ C# library to generate textual diffs. observed · 2026-08-28

github.com/mmanela/diffplex · C# · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

51/100

  • Activity 62
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4371
  • days_rel: n/a
  • days_push: 228
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1278 stars · 202 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

DiffPlex is a C# library targeting .NET Standard 1.0+ that generates textual diffs between pieces of text. It provides low-level diffing, side-by-side diff models, three-way diff and merge, and unified diff (unidiff) rendering compatible with Git and patch tools.

Use cases

  • compare two text files and show line-by-line differences in C#
  • generate unified diff output compatible with git and patch
  • build a side-by-side diff view in a web or desktop app
  • perform three-way merge and detect conflicts between text versions
  • highlight inserted and deleted lines in a console application
  • add diffing capabilities to a .NET test or code review tool

When to choose

  • you need textual diffing in a .NET or .NET Standard application
  • you want side-by-side, inline, or unified diff rendering out of the box
  • you need three-way diff and merge functionality in C#

When to avoid

  • you need binary or image diffing rather than text
  • you are not working in a .NET environment
  • you need a full version-control system rather than a diffing library

Facets

library · maturity stable

parser developer-tools developer-tools text-editors version-control cross-platform dotnet diff text-diff csharp netstandard unidiff three-way-merge side-by-side

1 source

Member repositories

RepositoryRoleHealth v2
mmanela/diffplexmain51

For agents

markdown · JSON · MCP: product_card(name="mmanela/diffplex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem