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
So it more closely maps to the actual language keyword.
So we'll need to check for abstract as well. We should review all the usage of IsVirtual throughout APICompat codebase to see if any other instances might exist where it wanted the broader meaning.
As reported in maintenance-packages dotnet/maintenance-packages#194 (and fixed in dotnet/maintenance-packages#202), ApiCompat did not react when the
abstract
keyword was removed from theDispatchProxy.Invoke
method, but it should've caught it.The text was updated successfully, but these errors were encountered: