Diff 1.4.4

dotnet add package Diff --version 1.4.4
NuGet\Install-Package Diff -Version 1.4.4
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="Diff" Version="1.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Diff --version 1.4.4
#r "nuget: Diff, 1.4.4"
#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.
// Install Diff as a Cake Addin
#addin nuget:?package=Diff&version=1.4.4

// Install Diff as a Cake Tool
#tool nuget:?package=Diff&version=1.4.4

Diff

WTFPL
<img src="https://www.nuget.org/Content/gallery/img/logo-header.svg?sanitize=true" height="30px">
Get textual diffs.

Download

Diff is available as Nuget Package now.

Functions

static public List<DiffRes> Diff(List<string> orig, List<string> rev);
static public List<DiffRes> Diff(string orig, string rev);
static public List<GroupedDiffRes> GetGroupedResult(List<DiffRes> diffResList);
static public List<SplitedDiffRes> GetSplitedResult(List<DiffRes> diffResList);
static public List<SplitedDiffRes> GetSplitedResult(List<GroupedDiffRes> rangeList);

Class

DiffRes

DiffType type;
int origIndex;
int revIndex;

GroupedDiffRes

int rangeStart;
int rangeEnd;
DiffType type;

SplitedDiffRes

int origIndex;
int revIndex;
SplitedDiffType type;

Enum

DiffType

  • Add
  • Delete
  • None

SplitedDiffType

  • Add
  • Delete
  • None
  • Modify
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.4 583 8/30/2022
1.4.3 339 8/30/2022
1.4.2 367 8/15/2022
1.4.1 354 8/15/2022
1.4.0 346 8/15/2022
1.3.3 378 6/4/2022
1.3.2 358 6/4/2022
1.3.1 377 6/4/2022
1.3.0 367 6/4/2022
1.2.0 411 2/22/2022
1.1.1 387 2/22/2022
1.1.0 378 2/21/2022
1.0.0 387 2/21/2022

revert 1.4.3.