-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] Add late binding lookup in VB.NET for COM objects #91433
Conversation
Tagging subscribers to this area: @cston Issue DetailsBackport of #91399 to release/8.0 Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. once ready you can merge.
@AaronRobinsonMSFT would you mind filling out the template in the PR description? Just to make sure it's well documented. |
Btw this is still marked as |
Yep. We are waiting on customer validation before merge. |
@carlossanlop We have confirmation from the customer this fix addresses their issue. I've just merged tip into this branch. Should be ready to go once green. I will ping you once I see it. |
Backport of #91399 to release/8.0
/cc @AaronRobinsonMSFT
Customer Impact
Late bound look-up on COM objects fails in Visual Basic, but works using C#'s
dynamic
keyword - see #90541.Testing
Validated with customer repro application. Sharing private build for further validation.
Risk
Low. This only impacts Visual Basic scenarios involving late-bound COM objects.
IMPORTANT: If this backport is for a servicing release, please verify that:
The PR target branch is
release/X.0-staging
, notrelease/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.