-
Notifications
You must be signed in to change notification settings - Fork 1.6k
.NET Framework -> .NET #5032
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
.NET Framework -> .NET #5032
Conversation
Docs Build status updates of commit 7a3c0fa:
|
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.
Left some suggestions and a question.
@@ -42,7 +42,7 @@ | |||
</Attribute> | |||
</Attributes> | |||
<Docs> | |||
<summary>This class is not used in the .NET Framework version 2.0 and is reserved for future use. This class cannot be inherited.</summary> | |||
<summary>This class is reserved for future use. This class cannot be inherited.</summary> |
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 wonder if this summary is obsolete now, and we are already using it.
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.
@tgani-msft Is this description for HasCopySemanticsAttribute
still accurate?
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.
@gewarren this attribute is obsolete and neither referenced nor emitted by the C++/CLI compiler.
xml/System.Runtime.CompilerServices/HasCopySemanticsAttribute.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
Docs Build status updates of commit a3db595:
|
@carlossanlop Can you take another look and approve if you agree? |
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. Thanks for making the change, @gewarren.
@joelmartinez @TianqiZhang the CI threw these warnings. Known issue?:
|
Contributes to dotnet/docs#20543.
Updates API summaries only (mostly).