Igor Velikorossov
Igor Velikorossov
The WebBrowser control is based on IE Trident engine, which is almost universally unusable for general web browsing these days. It is also based on COM/ActiveX, which poses difficulties in...
### Is your feature request related to a problem? Please describe The `WebBrowser` control is based on IE Trident engine, which is almost universally unusable for general web browsing these...
* .NET Core Version: **.NET Core 3.1 onwards** * Have you experienced this same bug with .NET Framework?: **No** **Problem description:** `System.Diagnostics.Trace.Assert` and `System.Diagnostics.Debug.Assert` no longer trigger a dialog prompts...
**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...
Refer to https://github.com/dotnet/templating/issues/3866
We have a number of rendering tests, however all of them have been developed for disabled visual styles. New tests need to be added to: * [ ] NumericUpDownTests (https://github.com/dotnet/winforms/blob/master/src/System.Windows.Forms/tests/UnitTests/NumericUpDownTests.cs)...
## Current behaviour We do not currently have a consistent UI guidelines, that led to a disparate UI layouts of our forms and dialogs. Overall we are in a pretty...
### Environment https://github.com/gitextensions/gitextensions/tree/net7.0 ### Issue description I tried [porting the app to .NET 7](https://github.com/gitextensions/gitextensions/tree/net7.0), and whilst the source compiled without any issues, I couldn't run the app: ``` Application: GitExtensions.exe...
## Current behaviour It takes observable amount of time for the settings dialog to start. The following was measured in a debug build with a debugger attached across several runs...
Reintroduce ability to move toolstrips (as proposed in #8572). This implementation is heavily influenced by the original implementation [`ToolStripSettingsManager`](https://github.com/dotnet/winforms/blob/main/src/System.Windows.Forms/src/System/Windows/Forms/ToolStripSettingsManager.cs) in Windows Forms, however we only track visibility and location of...