Skip to content

Add .NET 11 Preview 2 WPF and WinForms what's new notes#2207

Merged
adegeo merged 8 commits intomainfrom
copilot/update-wpf-winforms-notes
Mar 10, 2026
Merged

Add .NET 11 Preview 2 WPF and WinForms what's new notes#2207
adegeo merged 8 commits intomainfrom
copilot/update-wpf-winforms-notes

Conversation

Copy link
Contributor

Copilot AI commented Mar 3, 2026

Updates the WPF and WinForms what's new articles to cover .NET 11 Preview 2, adding a DWM crash resilience fix for WPF and the Preview 2 release announcement links.

Changes

WPF

  • wpf/whats-new/net110.md

    • Updated title, description, H1 heading, and intro paragraph to say "WPF for .NET 11 Preview 2"
    • Added .NET 11 Preview 2 release announcement link
    • Added bug fix entry: WPF now guards against crashes caused by Desktop Window Manager (DWM) failures
    • Removed the "released in February 2026" sentence (no longer accurate as a single date)
    • Fixed pre-existing grammatical error: "some of most the" → "some of the most"
    • Updated ms.date
  • wpf/whats-new/index.md

    • Updated description and section heading from "Preview 1" to "Preview 2"
    • Updated link text to "Overview of WPF on .NET 11 Preview 2"
    • Updated ms.date

WinForms

  • winforms/whats-new/net110.md

    • Updated title, description, H1 heading, and intro paragraph to say "Windows Forms for .NET 11 Preview 2"
    • Added .NET 11 Preview 2 release announcement link (alongside Preview 1)
    • Updated "No updates" section to reference Preview 2
    • Removed the "released in February 2026" sentence
    • Fixed pre-existing grammatical error: "some of most the" → "some of the most"
    • Updated ms.date
  • winforms/whats-new/index.md

    • Updated description and section heading from "Preview 1" to "Preview 2"
    • Updated link text to "Overview of Windows Forms on .NET 11 Preview 2"
    • Updated ms.date
Original prompt

This section details on the original issue you should resolve

<issue_title>.NET 11 Preview 2 Notes</issue_title>
<issue_description>### Describe the issue or suggestion

Update the WPF and WinForms what's new articles with notes about .NET 11 preview 2.</issue_description>

<agent_instructions>Start work on this. Only the WPF notes have come through so I'll have to talk to you again in the PR for the WinForms updates. Here's the change, please edit and reword it:

Guard against the Desktop Window Manager crashing and causing the WPF app to crash.
</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Internal previews

📄 File 🔗 Preview link
dotnet-desktop-guide/winforms/whats-new/index.md dotnet-desktop-guide/winforms/whats-new/index
dotnet-desktop-guide/winforms/whats-new/net110.md dotnet-desktop-guide/winforms/whats-new/net110
dotnet-desktop-guide/wpf/whats-new/index.md dotnet-desktop-guide/wpf/whats-new/index
dotnet-desktop-guide/wpf/whats-new/net110.md dotnet-desktop-guide/wpf/whats-new/net110

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copilot AI changed the title [WIP] Update WPF and WinForms articles for .NET 11 preview 2 Add .NET 11 Preview 2 WPF what's new notes Mar 3, 2026
@adegeo
Copy link
Contributor

adegeo commented Mar 3, 2026

@copilot restore the preview text on headers and titles; we want to make it clear this is a preview release

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 3, 2026

@copilot restore the preview text on headers and titles; we want to make it clear this is a preview release

Done in 0220a67. "Preview 2" is now restored in the net110.md title, description, H1 heading, and intro sentence, as well as the link text in index.md.

@adegeo
Copy link
Contributor

adegeo commented Mar 10, 2026

@copilot Need to update the WinForms files to. There were no updates for Preview 2, but they at least need that info published in the same format as the normal preview notes.

@adegeo
Copy link
Contributor

adegeo commented Mar 10, 2026

@copilot Need to update the WinForms files to. There were no updates for Preview 2, but they at least need that info published in the same format as the normal preview notes.

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 10, 2026

@copilot Need to update the WinForms files to. There were no updates for Preview 2, but they at least need that info published in the same format as the normal preview notes.

Done in 1df43b0. Updated both WinForms files for Preview 2:

  • net110.md: Updated title, description, H1, and intro to say "Preview 2"; added the Preview 2 release announcement link alongside Preview 1; updated the "No updates" section to reference Preview 2; fixed pre-existing grammar issue; updated ms.date.
  • index.md: Updated description, section heading, section description, and link text to say "Preview 2"; updated ms.date.

Copilot AI changed the title Add .NET 11 Preview 2 WPF what's new notes Add .NET 11 Preview 2 WPF and WinForms what's new notes Mar 10, 2026
@adegeo adegeo marked this pull request as ready for review March 10, 2026 20:42
Copilot AI review requested due to automatic review settings March 10, 2026 20:42
@adegeo adegeo enabled auto-merge (squash) March 10, 2026 20:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the WPF and Windows Forms “what’s new” docs to reflect .NET 11 Preview 2, including updated headings, metadata, and Preview 2 release-announcement links, plus a new WPF bug-fix note.

Changes:

  • Update WPF and WinForms Preview 1 references to Preview 2 (titles, headings, descriptions, and ms.date).
  • Add the .NET 11 Preview 2 release announcement link to both WPF and WinForms Preview 2 pages.
  • Add a WPF bug-fix note about improved resilience to Desktop Window Manager (DWM) failures.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 10 comments.

File Description
dotnet-desktop-guide/wpf/whats-new/net110.md Updates content and links for .NET 11 Preview 2, and adds a new WPF bug-fix note.
dotnet-desktop-guide/wpf/whats-new/index.md Updates the WPF “what’s new” index to point to Preview 2 content.
dotnet-desktop-guide/winforms/whats-new/net110.md Updates WinForms Preview 2 page metadata and release-announcement links.
dotnet-desktop-guide/winforms/whats-new/index.md Updates WinForms “what’s new” index to Preview 2, and adjusts the Preview 2 section text.

@adegeo adegeo disabled auto-merge March 10, 2026 20:57
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
adegeo added 2 commits March 10, 2026 13:59
…net/docs-desktop into copilot/update-wpf-winforms-notes
@adegeo adegeo enabled auto-merge (squash) March 10, 2026 21:00
@adegeo adegeo merged commit a74971a into main Mar 10, 2026
7 of 8 checks passed
@adegeo adegeo deleted the copilot/update-wpf-winforms-notes branch March 10, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET 11 Preview 2 Notes

4 participants