-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Document System.Resources.Extensions #2857
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
Document System.Resources.Extensions #2857
Conversation
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've left a number of suggestions, @carlossanlop.
xml/System.Resources.Extensions/DeserializingResourceReader.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Ron Petrusha <ronpet@microsoft.com>
@rpetrusha @mairaw the build passed, all comments have been addressed. Can we get this one merged if you don't have any more comments? |
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.
A few comments for you to consider... I'll let @rpetrusha approve since he reviewed earlier.
<summary>To be added.</summary> | ||
<returns>To be added.</returns> | ||
<summary>Returns an enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary> | ||
<returns>An enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</returns> | ||
<remarks>To be added.</remarks> |
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.
should we add the remarks here as we did in other PRs about EII?
I'll add that to the wiki as well.
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.
Can you please provide a remark suggestion for EII?
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.
Can we do this in a separate PR, @mairaw?
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.
No problem. I've added the boilerplate text to our writing guidelines here: https://github.com/dotnet/dotnet-api-docs/wiki/Remarks#explicit-interface-implementation
xml/System.Resources.Extensions/DeserializingResourceReader.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Maira Wenzel <mairaw@microsoft.com>
One more request for @ericstj @tarekgh @GrabYourPitchforks @rainersigwald : The namespace |
xml/System.Resources.Extensions/DeserializingResourceReader.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/DeserializingResourceReader.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.xml
Outdated
Show resolved
Hide resolved
xml/System.Resources.Extensions/PreserializedResourceWriter.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.
OK with minor suggestions
Co-Authored-By: Eric StJohn <ericstj@microsoft.com>
I'll merge this PR now, @carlossanlop. |
Here's the PR that introduced these APIs: dotnet/corefx#36906
I automatically ported most of the comments (they existed as triple slash). A few others I copied them (and rewrote them a bit) since they were double slash and could not be ported.
@ericstj @tarekgh @GrabYourPitchforks @rainersigwald can you please verify the descriptions are correct? Particularly the class summaries, I wrote them myself based on what I understood from the code and the PR description. There was no triple slash comment above these new classes. I only found comments above the old ResourceWriter/ResourceReader, but I wasn't really sure if the same description applied for these new extension classes.