-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Remove Obsolete attribute from Variant APIs #35161
Remove Obsolete attribute from Variant APIs #35161
Conversation
|
Do we also want to remove the |
Would be helpful, yes, otherwise anyone doing real VARIANT work would still encounter warnings. Also see my comment here regarding |
|
Okay. Here are my thoughts.
Makes perfect sense. I will remove that.
Boo. This is annoying, but I get the semantic need. I will remove this. The other types I will remove the attribute for:
I am leaving the attribute on the following though:
My reasoning is because the Any concerns with this reasoning? |
|
Sounds like a good plan to me! |
|
@jeffschwMSFT do you have any concerns with my plan above? |
jeffschwMSFT
left a comment
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.
lgtm
|
@dotnet-bot test Packaging All Configurations x64 Debug Build please |
|
@stephentoub Does the above look weird to you? Looking at the errors in the above failure they seem to be unrelated to anything I am doing in this PR. Are you seeing similar failure in your PRs? Do we have a contact for these kind of infrastructure issues? |
|
OSX failure is: https://github.com/dotnet/corefx/issues/35224 |
|
I reported the issue to Azure DevOps, that when retrying a build through the Checks UI, Re-run button, it creates another job in the PR, with a different name, leaving the failing leg there. |
Thanks @safern. Based on the above, I am going to assume all legs are now passing. |
* Remove Obsolete attribute from Variant APIs Commit migrated from dotnet/corefx@eeaeb17
See #34949