-
### .NET version
9.0.0-rc.1.24418.2 + private dlls built from winforms repo main branch
### Did it work in .NET Framework?
No
### Did it work in any of the earlier releases of .NET Core or .NET 5+…
-
### Is your feature request related to a problem? Please describe.
The .NET SDK supports streamlined MSIX publishing for [WinUI 3](https://learn.microsoft.com/de-de/windows/apps/windows-app-sdk/singl…
-
### Discussed in https://github.com/dotnet/maui/discussions/653
Originally posted by **AmSmart** April 5, 2021
With the new host model in .NET Maui, will we get a straightforward way of catch…
-
I've tested this with Windows Forms on .NET 8 and 6.
To reproduce, simply create ShellManager using new ShellManager();
It doesn't matter if you assign it to a variable or not, it will always thro…
-
### Description
PkHex crashes, but it does look like the program starts running as it's able to write to the log.
![image](https://github.com/user-attachments/assets/ec5f6891-c039-4154-b878-076d5e…
-
I have a WinForms application in which i have a UrhoSurface and a dialog that has also an UrhoSurface.
The Problem is that the UrhoSurface of the Dialog, when i open the dialog, is closing my Applica…
-
## I'm submitting a...
Bug report (I searched for similar issues and did not find one)
## Current behavior
WinForms 4.7.1 application using _WebView_ crashes unexpectedly through _Win32WebViewHos…
-
There are potentially some inconsistencies in exception handling behavior, especially as a result of WebView handling, and the handling of the Winforms asyncio event loop integration. We need to audit…
-
### .NET version
9.0.0-rc.1.24414.1 + build private dll form winforms repo main branch
### Did it work in .NET Framework?
No
### Did it work in any of the earlier releases of .NET Core or .NET 5+?…
-
When compile a large application that uses WinForms there are many classes that derive from `System.Windows.Forms.Control/Form` and have class hierarchy depth around 12-13 levels deep.
This hits a …