dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.41k stars 984 forks source link

In Visual Studio 2019 16.1.4,Winform designer can net be used #1233

Closed lichen95 closed 5 years ago

lichen95 commented 5 years ago

**Problem description:In Visual Studio 2019 16.1.4,Winform designer can net be used I created a winform app image

**Actual behavior: image

Expected behavior:

Minimal repro:

lichen95 commented 5 years ago

I created the default app and didn't make any changes

RussKie commented 5 years ago

The designer is not currently available. A designer will be available in 3.0 final.

lichen95 commented 5 years ago

Ok, thank you, I am looking forward to it.

RussKie commented 5 years ago

Please refer to https://github.com/dotnet/winforms/blob/master/README.md for a workaround invoking the Classic Framework Designer. There's also another workaround via TargetFrameworks property - please refer to https://github.com/dotnet/winforms/pull/845

lichen95 commented 5 years ago

image

WinExe net472;netcoreapp3.0 true 7.3 Form