-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Apply BuiltInComInterop feature switch to managed code #54056
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsFollow up on #43501
|
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.Shared.xml
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.Shared.xml
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.Shared.xml
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.Shared.xml
Outdated
Show resolved
Hide resolved
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.
I'd like to see the suggestion from @LakshanF in #54056 (comment) done prior to check-in. After that looks good.
I see there are conflicts to resolve. @marek-safar - do you want me to take over this PR and push it forward? |
@eerhardt please go ahead and finish this. |
@LakshanF - do those |
I chatted offline to @LakshanF about running the above tests. We decided that running the tests with With that, I believe this change is ready to merge. @AaronRobinsonMSFT @MichalStrehovsky - Can you give this one more quick check before I merge it? |
This fixes a new warning generated by trimming some apps which was introduced in dotnet#54056. The `ComVisibleAttribute` in this case is referenced, but if it's removed it doesn't change functionality in any way.
) This fixes a new warning generated by trimming some apps which was introduced in #54056. The `ComVisibleAttribute` in this case is referenced, but if it's removed it doesn't change functionality in any way.
Follow up on #43501