com.nindroid.diff-tool 1.0.0

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

// Install com.nindroid.diff-tool as a Cake Tool
#tool nuget:?package=com.nindroid.diff-tool&version=1.0.0

DiffTool

A easy tool to manage your file diff changes

Build status Nuget

Usage

# Arguments
# --data-path | -dp // Specify a custom datafile path other then the default DiffCheck.json
# --hash-type | -ht // Specify the types of Hash the check with SHA1 is default
# --project-folder | -pf // Specify a custom location to check files default is Current Directory
# --output-folder | -out // Specify the full zip path for data saving if -ht was set default is Output.zip
# --build-ignore | -ig // This will tell it to generate a ignore list from your working directory based on what is already saved in the datafile.
# --package | -p // Set the package setting Diff, New, Same, or All can handle multiple by using a '|' 

// Generating a base datafile
dotnet ./NinDroid.DiffTool.dll # This will compile a list of file hashes recursivly inside your current directory

// Adding Ignore list. You can either do it manually or add the argument -ig this will compare and ignore all the new additions inside your current directory
dotnet ./NinDroid.DiffTool.dll -ig

// Setting a HashType just use the -ht argument with any of the following
// SHA, SHA1, MD5, SHA256, SHA384, SHA512
dotnet ./NinDroid.DiffTool.dll -ht SHA

// Packaging your files couldn't be easier just use the switch -p and specify a enum
// Values: None, Diff, New, Same, All
dotnet ./NinDroid.DiffTool.dll -p "Diff|New"
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.0 1,460 1/5/2018