-
Notifications
You must be signed in to change notification settings - Fork 1.6k
System.Attribute F# snippets #7522
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
System.Attribute F# snippets #7522
Conversation
samples/snippets/fsharp/VS_Snippets_CLR/AnimalAttributes/FS/customattribute.fs
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'll mark this as approved though I left one small change request
Docs Build status updates of commit bbc4e22: ✅ 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:
|
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 again @albert-du
I found one more instance of a variable with '
at the end. I made a suggestion for those. Once you accept that suggestion, and the build is clean, I'll .
Thanks again for all you're doing here to help us improve!
samples/snippets/fsharp/VS_Snippets_CLR/GetCustomAttributes/FS/ca2.fs
Outdated
Show resolved
Hide resolved
samples/snippets/fsharp/VS_Snippets_CLR/GetCustomAttributes/FS/ca2.fs
Outdated
Show resolved
Hide resolved
samples/snippets/fsharp/VS_Snippets_CLR/GetCustomAttributes/FS/ca2.fs
Outdated
Show resolved
Hide resolved
module' -> ilmodule
@BillWagner variable name changed. |
Docs Build status updates of commit e4f2459: ✅ 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:
|
Adds F# snippets for the Attribute class