dotnet / templates

Templates for .NET
184 stars 59 forks source link

The .NET VB template for WPF is missing from Visual Studio #410

Open ryalanms opened 3 years ago

ryalanms commented 3 years ago

https://github.com/dotnet/templates/tree/master/src/Templates/DotnetCore/Microsoft.NetCore.VB.ProjectTemplates.Desktop

Can we adapt the .NET CLI VS template and check it in here? Please let me know how to proceed.

https://github.com/dotnet/wpf/issues/3866

/cc @dotnet/wpf-developers

Perpete commented 3 years ago

To view the ability to create a NET Core project for a WPF application in visual basic, I went to Tools > Options > Environment > Preview Features and check the option: Show all .NET Core templates in the New project dialog (requires restart). Option

After doing this, I now find the possibility to create a NET Core project for a WPF application in visual basic. Projet

When I select the target framework, I notice that .NET 5.0 is in progress. Net5

What does NET 5.0 is in progress? Isn't that why the WPF .NET 5 project is not available by default in VB.net? Is .NET 5.0 usable for vb.net in WPF?