Skip to content
New issue

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

Require AddExplicitInterfaceImplementation for adding a type that implements member explicitly #73265

Merged
merged 3 commits into from
May 1, 2024

Conversation

tmat
Copy link
Member

@tmat tmat commented Apr 29, 2024

Ports #73206 to main.

Adding a new row to InterfaceImpl table may case AV on .NET Framework runtime. Report rude edit to prevent that from happening.
The rude edit is reported when AddExplicitInterfaceImplementation runtime capability is not present.

Contributes to fix of https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1452066.
Debugger part: https://devdiv.visualstudio.com/DevDiv/_git/Concord/pullrequest/546202

@tmat tmat requested a review from a team as a code owner April 29, 2024 18:28
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 29, 2024
@tmat
Copy link
Member Author

tmat commented Apr 29, 2024

@davidwengier The debugger team wants to merge to main first and test end-to-end before servicing.

@tmat tmat merged commit 0d75f2a into dotnet:main May 1, 2024
25 checks passed
@tmat tmat deleted the BlockInterfaceImplMain branch May 1, 2024 03:21
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone May 1, 2024
@Cosifne Cosifne modified the milestones: Next, 17.11 P2 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants