Fix missing descriptions in metadata#2248
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses missing or incorrect YAML metadata descriptions across several WinForms and WPF documentation articles in the dotnet-desktop-guide area.
Changes:
- Add missing
description:frontmatter to multiple articles. - Fix incorrect frontmatter keys (
descriptions:,designer:) by replacing them withdescription:. - Remove an incorrect
documents:frontmatter entry and consolidate that text intodescription:.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| dotnet-desktop-guide/wpf/graphics-multimedia/how-to-define-a-rectangle-using-a-rectanglegeometry.md | Adds a missing description entry to the frontmatter. |
| dotnet-desktop-guide/wpf/graphics-multimedia/how-to-define-a-pen.md | Adds a missing description entry to the frontmatter. |
| dotnet-desktop-guide/winforms/how-to-change-the-borders-of-windows-forms.md | Fixes an incorrect descriptions key by replacing it with description. |
| dotnet-desktop-guide/winforms/dialog-boxes-in-windows-forms.md | Fixes an incorrect descriptions key by replacing it with description. |
| dotnet-desktop-guide/winforms/controls/windows-forms-controls-by-function.md | Adds a missing description entry to the frontmatter. |
| dotnet-desktop-guide/winforms/controls/how-to-create-an-mdi-form-with-menu-merging-and-toolstrip-controls.md | Adds description and removes an incorrect documents frontmatter entry. |
| dotnet-desktop-guide/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control-using-the-designer.md | Fixes an incorrect designer key by replacing it with description. |
gewarren
approved these changes
Jun 24, 2026
…by-function.md Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
gewarren
approved these changes
Jun 24, 2026
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.
Internal previews