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
...in accordance with standard C# naming convention.
Existing interface names should be changed to empty sub-interfaces of the new-named interface in order to preserve compilation of existing projects. They should also be deprecated (with the System.Obsolete annotation).
Example: see IAcceptor and it's empty sub-interface Acceptor.
The text was updated successfully, but these errors were encountered:
...in accordance with standard C# naming convention.
Existing interface names should be changed to empty sub-interfaces of the new-named interface in order to preserve compilation of existing projects. They should also be deprecated (with the System.Obsolete annotation).
Example: see IAcceptor and it's empty sub-interface Acceptor.
The text was updated successfully, but these errors were encountered: