SemDiff 1.0.0-rc9

This is a prerelease version of SemDiff.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SemDiff --version 1.0.0-rc9
NuGet\Install-Package SemDiff -Version 1.0.0-rc9
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="SemDiff" Version="1.0.0-rc9">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SemDiff --version 1.0.0-rc9
#r "nuget: SemDiff, 1.0.0-rc9"
#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 SemDiff as a Cake Addin
#addin nuget:?package=SemDiff&version=1.0.0-rc9&prerelease

// Install SemDiff as a Cake Tool
#tool nuget:?package=SemDiff&version=1.0.0-rc9&prerelease

Tool which can diff C# code semantically, rather than simply by the program's text.

     This is a community project, free and open source. Everyone is invited to contribute, fork, share and use the code. No money shall be charged by this software, nor it will be. Ever.

There are no supported framework assets in this 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.1.0 1,529 5/20/2016
1.0.0 1,379 5/5/2016
1.0.0-rc9 1,742 4/24/2016
0.5.0-beta 1,140 3/11/2016

Initial Release (Candidate): Fixes bugs found in beta release, improves false-negative detection, introduces a config file, [changes location of cache directory,] improve quality of error messages, improvements to internal error handling