Skip to content

Commit

Permalink
Update breaking-change-rules.md (dotnet#66978)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
RussKie authored Apr 15, 2022
1 parent f502039 commit 3088b05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/coding-guidelines/breaking-change-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3088b05

Please sign in to comment.