Update .NET 11 desktop “What’s new” docs for Preview 4 (WPF + WinForms)#2233
Update .NET 11 desktop “What’s new” docs for Preview 4 (WPF + WinForms)#2233
Conversation
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/375e7483-c30d-4416-a54e-4ca31e257ff7 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
|
@copilot the updates in the .net 11 preview whats new articles are running lists, don't erase existing items. Also, here's code that now roundtrips for the winforms clipboard fix, add it: // Round-trips again on .NET 11 Preview 4
Clipboard.SetImage(bitmap);
Image? image = Clipboard.GetDataObject()?.GetImage(); |
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/3dea920b-d602-4b03-92fc-6e8b8eba281c Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/3dea920b-d602-4b03-92fc-6e8b8eba281c Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/3dea920b-d602-4b03-92fc-6e8b8eba281c Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/3dea920b-d602-4b03-92fc-6e8b8eba281c Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Updated. I restored the running-list entries in both .NET 11 preview articles and added the requested WinForms clipboard round-trip code snippet in |
|
@copilot almost there. for styling and layout, check how net100.md is formed. No need to call out individual previews in the details. |
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
| ## No updates | ||
|
|
||
| Windows Forms hasn't had any notable updates in .NET 11 Preview releases. | ||
| Windows Forms does not have notable updates in .NET 11 Preview 3. |
There was a problem hiding this comment.
@copilot get rid of this section, not needed anymore, now that there has been an update.
There was a problem hiding this comment.
Removed that section in commit 6d902c5. Screenshot: N/A (docs-only change).
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Updated to match the |
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/38cb06c7-0a56-4407-aaf1-2bfb78796684 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs-desktop/sessions/b881a482-e945-477f-b63b-f3a92a4f7711 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
| ## No updates | ||
|
|
||
| WPF has no notable updates in .NET 11 Preview 4. |
There was a problem hiding this comment.
@copilot No need to point out no updates for specific releases
Updates the .NET 11 desktop “What’s new” content for Preview 4 and aligns the .NET 11 article layout with
net100.md(no per-preview subheadings in detail sections). WPF reflects no Preview 4 changes and retains Preview 3 bug-fix content, and WinForms documents the Preview 4 clipboard bitmap retrieval fix with a round-trip snippet.WinForms: Preview 4 content refresh
dotnet-desktop-guide/winforms/whats-new/net110.mdmetadata and heading to Preview 4.Clipboard.GetDataObject().GetImage()/DataObject.GetImage()bitmap fix and typed→legacy fallback behavior.Clipboard.GetDataObject,DataObject.GetImage, andClipboard.GetImage.WPF: Preview 4 content refresh
dotnet-desktop-guide/wpf/whats-new/net110.mdmetadata and heading to Preview 4.Index updates
dotnet-desktop-guide/winforms/whats-new/index.mddotnet-desktop-guide/wpf/whats-new/index.mdInternal previews