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
However, sometimes the desired fix is "none of the above". For example, there may not be a method to override, however the class is sealed so virtual is not a valid option either. Both keywords must be omitted.
In #701, we created the
managedOverridemetadata which allows a user to override which ofvirtual/overridekeywords are placed on a method:However, sometimes the desired fix is "none of the above". For example, there may not be a method to
override, however the class issealedsovirtualis not a valid option either. Both keywords must be omitted.We should add support for a third
noneoption: