-
Notifications
You must be signed in to change notification settings - Fork 182
Clarify user control consumer terminology and add minimum viable code explanation #2099
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
Conversation
… explanation Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
dotnet-desktop-guide/winforms/controls-design/how-to-create-usercontrol.md
Outdated
Show resolved
Hide resolved
dotnet-desktop-guide/winforms/controls-design/how-to-create-usercontrol.md
Outdated
Show resolved
Hide resolved
…lets Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
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.
This looks good. However, can you make sure that the bullet points end in periods? Also, have you been using the copilot-instructions.md to guide your content?
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Fixed bullet points to end with periods as requested. Yes, I followed the copilot-instructions.md guidelines, including using bullets for unordered lists and proper punctuation for complete sentences (bf2e7dc). |
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.
LGTM!
This PR addresses user feedback about unclear terminology and missing context in the user control documentation. The main issues were:
Changes Made
Added "Understanding user control consumers" section
Added "Essential code pattern for user controls" section
Improved inline explanations
Verification
The documentation now provides clear context before diving into implementation details, making it more accessible to developers new to user control development.
Fixes #1983.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews