Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 636 Bytes

CodeDiff

Code diff tool based on comparing the SyntaxTrees created by the Roslyn compiler

Changes since forking

  • Recreated solution and project files due to some issues with signing and tool versions
  • Replaced Microsoft Visual Studio tests with standard NUnit ones
  • Removed a lot of non-required package and assembly imports
  • Upgraded the beta Roslyn API to the latest stable release (v1.3.2 July 1, 2016)

Screenshots

GitHub Logo

Example 1: Someone added a new property and reformatted your file

GitHub Logo

Example 2: Someone renamed your property and just reformatted again :-(