-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Xml documentation cleanup #2008
Xml documentation cleanup #2008
Conversation
…ere is no parameter by that name"
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2008 +/- ##
=======================================
Coverage 83.64% 83.64%
=======================================
Files 312 312
Lines 7105 7105
Branches 1054 1054
=======================================
Hits 5943 5943
Misses 789 789
Partials 373 373
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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!
@@ -37,7 +37,7 @@ bool TryRemove<TPolicy>(TKey key, out TPolicy policy) | |||
/// <param name="key">The key whose value is compared with comparisonPolicy, and possibly replaced.</param> | |||
/// <param name="newPolicy">The policy that replaces the value for the specified <paramref name="key"/>, if the comparison results in equality.</param> | |||
/// <param name="comparisonPolicy">The policy that is compared to the existing policy at the specified key.</param> | |||
/// <returns></returns> | |||
/// <returns>True if the policy is successfully updated. Otherwise false.</returns> |
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.
Could use langword for these like we do for null.
Pull Request
The issue or feature being addressed
Contributes to #1290 by further addressing some XML documentation quality issues as noted in #2007
Details on the issue fix or feature implementation
Polly
project, so we get documentation related compiler warnings.Confirm the following