-
```
To reproduce the problem:
1. Check Code Inspection/Generated Code settings and insure that these exclude
designer generated code.
2. Set up your Agent Smith Code Style Naming Convention Settings …
-
### Description
I have a desktop winforms application that has been using SkiaSharp 2.88.8. After updating to 3.0.0-preview.3.1 (and updating several api calls), I now cannot use the normal windows …
-
### .NET version
.Net 9.0 SDK: 9.0.100-preview.4.24217.27
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, repro in .Ne…
-
It would be beneficial to allow 'input' controls (ComboBoxes, TextBoxes, NumericUpDown, DateTimePicker etc) to have their heights modifiable independently of the Font size.
Textbox height can chang…
-
### Environment
VS2022 17.8.0
### .NET version
net6.0-windows
### Did this work in a previous version of Visual Studio and/or previous .NET release?
No
### Issue description
As Dennis mentioned…
-
@chakrabar commented on [Sat Jan 13 2018](https://github.com/dotnet/core/issues/1217)
I have an existing `.NET Framework` codebase, and I'm trying to port that to `.NET Core`. As part of the process,…
-
**Is your feature request related to a problem? Please describe.**
I am migrating a large Winforms .NET Framework 4.7.1 solution to .NET 5.0 (preview 8). My biggest pain are the deprecated UI Contr…
-
### Steps to Reproduce
When attempting to add a SplitContainer to form designer, you will receive an error.
### Expected behavior
```console
No error is presented.
```
### Actual beha…
-
### Issue or suggestion
This issue is a copy of https://github.com/dotnet/AspNetCore.Docs/issues/33226
See the warning just above [SQL Server Express LocalDB](https://learn.microsoft.com/en-us/a…
-
I'm working with ReactiveUI in a WinForms app with DevExpress but I'm having a hard time because ReactiveUI winforms controls (ReactiveUserControl, RoutedControlHost, RoutedControlHost , etc) inherits…