Created new templates doesnt shown on visual studio #8462
-
I created a new template based on an existing solution and installed it using dotnet new. Why can't I find this template in Visual Studio after installing it via the CLI? I checked an online resource for guidance, https://devblogs.microsoft.com/dotnet/net-cli-templates-in-visual-studio/ but it seems outdated. Where can I find the option for installing templates in the Preview Features of Visual Studio 2022? Are there any specific steps I need to follow to ensure my new template appears in Visual Studio? Could there be compatibility issues between the template I created and Visual Studio 2022 that would prevent it from being recognized? Is there a recommended way to troubleshoot template visibility issues in Visual Studio? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have some updated guidance at https://aka.ms/netcore-templates. If the template appears when you run |
Beta Was this translation helpful? Give feedback.
I have some updated guidance at https://aka.ms/netcore-templates.
If the template appears when you run
dotnet new list
it should also appear in Visual Studio. If that is not happening, if you can give some more details on what is happening, and a sample to reproduce that we can investigate the issue.