Merged
Conversation
Member
|
Deferring on this until we decide on #685. |
dee74b9 to
d78eff9
Compare
111ecdf to
78067af
Compare
Contributor
Author
78067af to
a1b47a2
Compare
Contributor
Author
|
Rebased for #685. |
roji
approved these changes
Dec 6, 2018
| /// </summary> | ||
| /// <param name="annotatable">The annotatable to search for the annotation.</param> | ||
| /// <param name="annotationName">The annotation name to search for in the annotatable.</param> | ||
| /// <exception cref="ArgumentNullException"><paramref name="annotatable"/></exception> |
Member
There was a problem hiding this comment.
I don't think these exception xmldocs have much value (not sure I've actually seen them specified in other projects etc.). I'm especially skeptical of documenting each and every internal method, it seems to bloat the source for very little gain...
But let's move on...
Contributor
Author
There was a problem hiding this comment.
FWIW, they show up in the on-hover documentation, which is nice for a quick check on whether or not a null parameter is going to throw.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows #685.