SimpleDiffViewer 1.1.3
See the version list below for details.
dotnet add package SimpleDiffViewer --version 1.1.3
NuGet\Install-Package SimpleDiffViewer -Version 1.1.3
<PackageReference Include="SimpleDiffViewer" Version="1.1.3" />
paket add SimpleDiffViewer --version 1.1.3
#r "nuget: SimpleDiffViewer, 1.1.3"
// Install SimpleDiffViewer as a Cake Addin #addin nuget:?package=SimpleDiffViewer&version=1.1.3 // Install SimpleDiffViewer as a Cake Tool #tool nuget:?package=SimpleDiffViewer&version=1.1.3
DiffViewer
A simple diff viewer to see differences between 2 bodies of texts
NuGet
https://www.nuget.org/packages/SimpleDiffViewer/
How to use
Simply use the DiffViewerControl in your WPF application. The simplest way is to bind to TextA and TextB properties to view the difference between texts. Alternatively, you can bind to DiffModel property if you want to generate the diff model yourself.
Contact
Please send bugs and suggestions to rchristengroup@gmail.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- DiffPlex (>= 1.4.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Works with large text; Fix various bugs submitted by users