Closed Olina-Zhang closed 2 years ago
8.0.100-alpha.1.22512.32
Yes
Yes, cannot repro when switching application's target framework from .Net 6.0 to .Net 7.0
Form designer cannot be loaded successfully when switching application's target framework from 7.0 to 8.0 in project's properties window
Repro steps:
There has an error in csproj file about missing -windows, then add it
Result: Form designer is loaded very long time, and failed finally with an error
related https://github.com/microsoft/winforms-designer/issues/4714
Closing as External. We'll track internally to make sure that once .NET 8 SDK is inserted into VS everything works as expected.
.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 application's target framework from .Net 6.0 to .Net 7.0
Issue description
Form designer cannot be loaded successfully when switching application's target framework from 7.0 to 8.0 in project's properties window
More Info
Steps to reproduce
Repro steps:
There has an error in csproj file about missing -windows, then add it
Result: Form designer is loaded very long time, and failed finally with an error