<@U3ZLHBTLG> Probably not, as extension methods ar...
# multiplatform
p
@louiscad Probably not, as extension methods are resolved statically and class methods virtually (using polymorphism). Even if the extended class were final this may not help as the users of the type would still need to know to use the extension method.
☝️ 1