-
### .NET version
8.0.100-alpha.1.22512.32
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, cannot repro when switching…
-
### .NET version
8.0.100-alpha.1.22514.14
### 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 previous .Net versions: 7.0/6.…
-
### Environment
Visual Studio Professional 2022 (64-bit) Version 17.4.0
### .NET version
.NET 6.0
### Did this work in a previous version of Visual Studio and/or previous .NET release?
…
-
### .NET version
.NET SDK 7.0.100-rc.2.22417.1
### Did it work in .NET Framework?
No
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, it's not a regression issue, also …
-
I think this is a serious one, that needs a quick fix:
-In an either new or existing WinForms project, in either new or existing form:
-Add one or more new control(s) to the form
-Save
-Make any…
-
### Minimal Reproduction Scenario
1. Create a Winforms .Net Core application
2. In solution Explorer, focus on Form1.cs node, then observe the toolbar items at the top of solution explorer window
…
-
The following code snippet initializes both member variables, but, when compiled with C# 8 with nullable enabled, produces the warning:
warning CS8618: Non-nullable field 'm_str1' is uninitialized.
…
-
Would be nice to be enable to edit Xaml code with a designer view in VSCode
-
hey mate any chance you could tell me where to add dark mode for multiple forms and if the forms have groupbox in them ect i could only just get the title bar in dark mode
-
1) Hi all, I've been coding in visual basic .net for years and I managed to convert an entire software to net core. Of course it was easy, just one button and build your application in netcore 6.0 or …