-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Improve CallerArgumentExpressionAttribute #7338
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
Conversation
Docs Build status updates of commit b7199aa: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@@ -23,7 +23,7 @@ | |||
</Attribute> | |||
</Attributes> | |||
<Docs> | |||
<summary>Allows capturing of the expressions passed to a method. NOTE: Is not yet implemented in C# compiler and does nothing.</summary> | |||
<summary>Indicates that a parameter captures the expression passed for another parameter as a string. NOTE: This attribute is not yet implemented in the C# compiler and does nothing.</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.
NIT: Isn't the NOTE:
part should go into standard > [!NOTE]
section? But not sure if the inline one could get more attention, up to you, I am OK as is
Docs Build status updates of commit f65a5f5: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
xml/System.Runtime.CompilerServices/CallerArgumentExpressionAttribute.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.
Thanks!
Docs Build status updates of commit 8394870: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
No description provided.