winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
### .NET version Version: 6.0.400-preview.22301.10 Commit: 25580ffe7a Host (useful for support): Version: 6.0.6 Commit: 7cca709db2 .NET SDKs installed: 6.0.301 [C:\Program Files\dotnet\sdk] 6.0.400-preview.22301.10 [C:\Program Files\dotnet\sdk] .NET runtimes installed: Microsoft.AspNetCore.App 3.1.25 [C:\Program...
I'm currently migrating some of the stuff that was handled by the WindowsAPICodePack to use WinForms APIs (like the new [TaskDialog](https://github.com/dotnet/winforms/issues/146) and the new [FolderBrowserDialog](https://github.com/dotnet/winforms/issues/1)). As described in #181, individual...
**Is your feature request related to a problem? Please describe.** During PR review it [was noted](https://github.com/dotnet/winforms/pull/3532#discussion_r449221086) that there is likely little test coverage of printing support of Controls. Printers typically...
**.NET Core Version:** master **Have you experienced this same bug with .NET Framework?:** no **Problem description:** During investigation of flaky unit tests it was noticed that sharing disposable objects between...
**.NET Core Version:** master **Have you experienced this same bug with .NET Framework?:** no **Problem description:** [Noticed](https://github.com/dotnet/winforms/pull/1932#issuecomment-644700150) as a flaky test: > System.Windows.Forms.Tests.TextBoxBaseTests.TextBoxBase_Paste_InvokeNotEmpty_Success [FAIL] Assert.Equal() Failure (pos 1) Expected:...
**Is your feature request related to a problem? Please describe.** Looking at dumps of test runs (e.g. during #3358) or breaking test runs in a debugger it appears there are...
**Problem description:** https://github.com/dotnet/winforms/pull/3169 cleaned out a number of `FINALIZATION_WATCH`. Consider how we want to track finalization so that we can shake out issues in disposal as we're clearly having problems...
* .NET Core Version: master * Have you experienced this same bug with .NET Framework?: N/A **Problem description:** We want to test various registry interactions such as with `InputLanguage` (https://github.com/dotnet/winforms/pull/3237)...
See dotnet/winforms-designer#1732 for more details about the proof of concept that has been done and the remaining work
* .NET Core Version: .NET Core 5.0 * Have you experienced this same bug with .NET Framework?: Yes **Problem description:** DropDownHolder control implementation is not covered by unit tests.