.NET Core - Is there a way to implement WinForms?
问题 I'm currently making a bot for a discord server with Discord.NET and I'd like to create a WinForm for this instead of a console. Is there a way to implement WinForms to a .NET Core app? 回答1: No, not really. .NET Core is a specific selection of classes from the larger .NET Framework, which includes Windows Forms. Windows Forms is one of the things they (had to) cut out to make the smaller .NET Core. Last I looked, .NET Core had support for UWP (a followup to WPF), Xamarin and ASP.Net 5 (Core