-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
📚 documentationOpen issue here - https://github.com/dotnet/dotnet-api-docs/issuesOpen issue here - https://github.com/dotnet/dotnet-api-docs/issuesarea-ClipboardIssues related to ClipboardIssues related to Clipboardarea-Interopneeds-area-label
Description
There is currently no dedicated documentation explaining:
- The mechanics of the shared Clipboard/OLE code between WinForms and WPF (e.g., how System.Private.Windows.Core and related code is packaged and used by both frameworks)
- How changes in one repo (WinForms) can directly affect WPF callers
- The advantages of this shared implementation (e.g., fixes and improvements propagate to both)
- The liabilities and risks (e.g., unintended breaking changes/regressions, broader validation requirements, ownership ambiguities)
Please create a new documentation file (under docs/ or another suitable location) that covers:
- Which clipboard/OLE code is shared, what assemblies/components are involved
- The transport/package mechanism that delivers these bits to both WinForms and WPF
- Case studies/examples (e.g., Regression in .NET 10: CFG violation (Indirect call guard check) when accessing Clipboard #14308, Fix bugs in the shared Clipboard code for WPF #11401 and #11402. #14257, Avoid double free of STGMEDIUM while fetching stream data from clipboard #14296)
- Change management and review recommendations
- Tradeoffs: what problems does sharing solve, what new coordination is required
The absence of such documentation increases engineering risk and slows onboarding. An explicit doc will help maintainers, community contributors, and downstream teams understand implications and minimize surprise regressions in either framework.
(Created by Copilot)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
📚 documentationOpen issue here - https://github.com/dotnet/dotnet-api-docs/issuesOpen issue here - https://github.com/dotnet/dotnet-api-docs/issuesarea-ClipboardIssues related to ClipboardIssues related to Clipboardarea-Interopneeds-area-label