Compare compiled .NET assemblies?

前端 未结 6 1744
我在风中等你
我在风中等你 2020-12-01 00:29

Are there any good programs out there to compare to compile .NET assemblies?

For example I have HelloWorld.dll (1.0.0.0) and HelloWorld.dll (2.0.0.0), and I want t

6条回答
  •  一整个雨季
    2020-12-01 01:05

    Two ways.

    You could ILDASM and diff with classic tools.

    Or you could use NDepends, which will cost for that feature.

    [Piece to C# bloaters..]

提交回复
热议问题