-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Visual Studio template in addition to CLI #555
Comments
As nice as it sounds, in my opinion it is actually not something we should do. Unfortunately Visual Studio Templates are extremely limited. The zip file way is almost useless when you want to go beyond "copy-paste-rename".
The wizard way (VSIX) would be better to handle that. The best solution for us would be that Visual Studio finally support And with the upcoming of .NET 5, I would dare to say that Visual Studio will most likely add that feature in a not too distant future. |
The corresponding issue dotnet/templating#481 has been open for 2 years with no updates. |
Seems like Visual Studio will finally display .NET Core templates in its New Project dialog in 16.8 |
We will keep using dotnet new templates for now |
Just like Avalonia.
![image](https://user-images.githubusercontent.com/19922066/63704801-67796200-c85e-11e9-9f7a-2883db201431.png)
https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaforVisualStudio&ssr=false#qna
The text was updated successfully, but these errors were encountered: