We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validation that this modifier is present in ref of the extension method, to prevent issues like this one: dotnet/runtime#90911
this
Currently, there's no such validation, so it is possible to miss this modifier by accident, if ref is updated manually.
The text was updated successfully, but these errors were encountered:
@dotnet/area-infrastructure-libraries a new issue has been filed in the ApiCompat area, please triage
Sorry, something went wrong.
Validate "this" extension methods and limit visibility
6da00ac
Fixes #34824
Successfully merging a pull request may close this issue.
Add validation that
this
modifier is present in ref of the extension method, to prevent issues like this one: dotnet/runtime#90911Currently, there's no such validation, so it is possible to miss
this
modifier by accident, if ref is updated manually.The text was updated successfully, but these errors were encountered: