1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Update breaking-change-rules.md (#66978)

* Update breaking-change-rules.md

Add the rule for the removal of finalizers

* Update breaking-change-rules.md

* Update breaking-change-rules.md

* Update breaking-change-rules.md

* Update breaking-change-rules.md
This commit is contained in:
Igor Velikorossov 2022-04-15 10:19:47 +10:00 committed by GitHub
parent f502039f39
commit 3088b0549d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,10 @@ Breaking Change Rules
* Changing the number of times given events are called
* Removing a call to a `virtual`/`abstract` member
Note that this includes removing any finalizer whose body was to call a `virtual Dispose(false)`.
## Source and Binary Compatibility Changes
### Assemblies