Search code examples
.netversioningcompatibility.net-assembly

Compare public API of .NET assembly to determine backward compatibility


Before I go ahead and roll my own does a tool exist that will compare the public API of one assembly with another to determine if one is backward compatible the other?


Solution

  • Absolutely - simple answer - we use this tool: BitDiffer