-
Notifications
You must be signed in to change notification settings - Fork 540
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
Add Garnet Resource #3839
Add Garnet Resource #3839
Conversation
@dotnet-policy-service agree |
recommendation from davidfowl Co-authored-by: David Fowler <davidfowl@gmail.com>
Can you also integrate this with the testproject? Take a look at Redis for how it is done - we'd just want this to sit along side Redis as if it were something completely different rather than do anything clever and reuse the code between them (obviously we'll use the same client). |
Feedback PR Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Fix test By PR
Fix Test
Hello @mitchdenny. Could you watch it again? |
/// Adds a Garnet container to the application model. | ||
/// </summary> | ||
/// <example> | ||
/// <remarks>Use in AspireHost</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.
I don't think <remarks />
is a child element of <example />
What is AspireHost
in this context -- or do you mean application host?
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 so I've look through the XML doc comments. It's great that you've got some examples in there. I think we just need the XML doc comments applied consistently. Example:
/// <summary>A short summary of what the type/member is.</summary>
/// <remarks>
/// <para>Some longer form content with background information if
/// it would provide value.</para>
/// <para>You can use the para element to break the text up. This
/// text would not necessarily have code but would use plenty
/// of references.</para>
/// <example>
/// A description of the example and what it shows.
/// <code>
/// The actual code.
/// </code>
/// </example>
/// <example>
/// Another example with a description.
/// <code>
/// The actual code.
/// </code>
/// </example>
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.
Looks like I fixed everything
I've read through the only thing that I think needs a touch up is the doc comments there are a few inconsistencies and (I think) invalid XML patterns. I provided an example. Once that is done we can get this merged in for 8.1! |
I'll try to do it in the evening. |
Thanks for the contribution and your patience working through all the feedback! |
Thank you too. It was informative and interesting |
Implemented support request from #3428
Microsoft Reviewers: Open in CodeFlow