.NET: with respect to AssemblyVersion, what defines binary compatibility?

前端 未结 4 1257
日久生厌
日久生厌 2021-02-15 12:53

What changes to a strong-named assembly necessitate a change in AssemblyVersionAttribute? Clearly, changing the public api in a way that could require a client to have to make a

4条回答
  •  萌比男神i
    2021-02-15 13:32

    adding methods to an interface shouldn't be fine because old providers won't implement the new methods.

提交回复
热议问题