You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use abstract class instead of sealed classes for StringFormat (#6334)
`sealed` classes have nice properties but they don't play well with API
backward compatibility. Adding a new class to a `sealed` class set is a
breaking change since they require exhaustive switching.
0 commit comments