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

[release/8.0] Use strategy in StrategyBasedComWrappers.ComputeVtables #92250

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 18, 2023

Backport of #92085 to release/8.0

/cc @jkoritzinsky

Customer Impact

Customers cannot customize CCW behavior as designed in source-generated COM interop.

Testing

Validated with unit tests.

Risk

Low risk. The change just calls a method that ends up doing the exact same behavior as today.

jkoritzinsky and others added 2 commits September 18, 2023 22:42
We didn't actually use the strategy object here, so users like WinForms can't actually use it.
…e/InteropServices/Marshalling/StrategyBasedComWrappers.cs

Co-authored-by: Jackson Schuster <36744439+jtschuster@users.noreply.github.com>
@ghost
Copy link

ghost commented Sep 18, 2023

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #92085 to release/8.0

/cc @jkoritzinsky

Customer Impact

Testing

Risk

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Runtime.InteropServices

Milestone: -

@jkoritzinsky jkoritzinsky added the Servicing-consider Issue for next servicing release review label Sep 18, 2023
Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved. @carlossanlop

@jeffschwMSFT jeffschwMSFT added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 18, 2023
@jeffschwMSFT jeffschwMSFT added this to the 8.0.0 milestone Sep 18, 2023
@carlossanlop
Copy link
Member

Wow the CI is taking forever on this PR 😢

@carlossanlop carlossanlop merged commit c38ca78 into release/8.0 Sep 19, 2023
113 of 120 checks passed
@carlossanlop carlossanlop deleted the backport/pr-92085-to-release/8.0 branch September 19, 2023 04:38
@radical radical mentioned this pull request Sep 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants