-
### Description
The latest .NET 8.0 SDK Designer cannot load. In winforms project, it prompt "To run this application, you must install .NET Core". In WPF project, it prompt "The .NET Core 8.0 runtim…
-
Or is the plan to one day bring the designer back into the Visual Studio process?
-
**Description**
Installing NuGet package v1.0.1264.42 in a WinForms C# project (VS2022, Net Core 6) breaks resource generation.
**Version**
SDK: 1.0.1264.42
Runtime: ?
Framework: WinForms Core …
-
### Environment
- GitExtensions version:
Git Extensions 4.0.2.16100
Build 25100ec1f7c8da8f798613da74826038af81a50e
- GIT version:
Git 2.39.1.windows.1
- OS version:
Microsoft Windows NT 10.0…
-
### Background and motivation
Some WinForms control properties are decorated with a [DefaultValueAttribute](https://learn.microsoft.com/dotnet/api/system.componentmodel.defaultvalueattribute?redire…
-
ive followed this step by step. had issues with the .net target framework but they seem to have dissapeared but now i have a missing file error.
```
System.TypeInitializationException
HResult=0…
-
### Environment
.Net 7
### .NET version
Everything Core
### Did this work in a previous version of Visual Studio and/or previous .NET release?
Framework
### Issue description
When I create a ne…
-
* .NET Core Version: 3.1, 5, 6, 7
* Windows version: 10, 11
* Does the bug reproduce also in WPF for .NET Framework 4.8?: No
* Is this bug related specifically to tooling in Visual Studio: No.
…
-
### .NET version
7.0
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
Worked on .NET 6
### Issue description
I was updating documen…
-
SYMPTOM
Generated code violates StyleCop rule SA1517:CodeMustNotContainBlankLinesAtStartOfFile.
CAUSE
The `#pragma warning disable` currently used is not enough.
You should use `// ` or other of…