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:
parent
f502039f39
commit
3088b0549d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue