Uh oh!
There was an error while loading. Please reload this page.
Apply BuiltInComInterop feature switch to managed code - #54056
Conversation
ghost
commented
Jun 11, 2021
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. |
ghost
commented
Jun 11, 2021
Tagging subscribers to this area: @dotnet/area-system-runtime |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AaronRobinsonMSFT
commented
Jun 12, 2021
AaronRobinsonMSFT
left a comment
There was a problem hiding this comment.
I'd like to see the suggestion from @LakshanF in #54056 (comment) done prior to check-in. After that looks good.
eerhardt
commented
Nov 4, 2021
I see there are conflicts to resolve. @marek-safar - do you want me to take over this PR and push it forward? |
marek-safar
commented
Nov 10, 2021
@eerhardt please go ahead and finish this. |
eerhardt
commented
Nov 11, 2021
@LakshanF - do those |
eerhardt
commented
Nov 18, 2021
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