Open
Conversation
…trols and Graphics APIs.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Copilot skills documentation by adding new skill guides for GDI+/rendering and WinForms API patterns, refreshing existing standards/modernization guidance, and retiring an older Copilot instruction doc in favor of the new skills system.
Changes:
- Added new skills: GDI+ usage/extension, new control API guidelines, control API test patterns, and GDI rendering test patterns.
- Updated
coding-standardsandcode-modernizationskills with expanded guidance (notably aroundvar, readability, and modernization rules). - Removed the older
.github/copilot/GDI/GDIPlus-copilot-instructions.mddoc (content moved into a skill).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| DvlErrLog.txt | Adds a driver verification error log (appears to be an accidental artifact). |
| .github/skills/using-and-extending-gdi-plus/SKILL.md | New skill doc for GDI+/System.Drawing usage patterns and API extension guidance. |
| .github/skills/new-control-api/SKILL.md | New skill doc describing how to add new public/protected WinForms APIs. |
| .github/skills/gdi-rendering-tests/SKILL.md | New skill doc for bitmap-based verification and rendering test patterns. |
| .github/skills/control-api-tests/SKILL.md | New skill doc for unit test patterns for WinForms control API additions. |
| .github/skills/coding-standards/SKILL.md | Updates coding standards, especially var policy and readability guidance. |
| .github/skills/code-modernization/SKILL.md | Updates modernization guidance, including NRT boundaries, var rules, and readability items. |
| .github/copilot/GDI/GDIPlus-copilot-instructions.md | Deletes retired GDI+ Copilot instructions doc (superseded by skills). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Shyam-Gupta
reviewed
Mar 27, 2026
merriemcgaw
previously approved these changes
Mar 27, 2026
Shyam-Gupta
reviewed
Mar 27, 2026
- Fix 'Cllection initializers' -> 'Collection expressions' (coding-standards) - Fix stray '**' markdown emphasis (code-modernization) - Fix 'lke' -> 'like' typo (code-modernization) - Remove accidentally committed DvlErrLog.txt Co-authored-by: Copilot <[email protected]>
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.
Rewamps and adds Copilot skill documents:
Deletes .github/copilot/GDI/GDIPlus-copilot-instructions.md\ (content moved to skill).
Microsoft Reviewers: Open in CodeFlow