-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add support for Visual Studio 2022 #287
Comments
Can you provide more details? I've been working with it in VS2022 for months now... |
The template page (https://marketplace.visualstudio.com/items?itemName=GregTrevellick.CleanArchitecture) indicates it only works with VS2017 and VS2019. I tried to install the template onto VS2022, but got the following error from the installation log: 2021-12-01 8:05:28 PM - Microsoft VSIX Installer |
Just install the template using dotnet new -i Ardalis.CleanArchitecture.Template
dotnet new clean-arch -o Your.ProjectName |
2022/2/23 10:40:38 - Microsoft VSIX Installer |
VS 2022 cannot be installed directly from vsixTemplatePackSideWaffle.vsix, but this command solved the problem nicely, thanks a lot.
VS 2022 cannot be installed directly from vsixTemplatePackSideWaffle.vsix, but this command solved the problem nicely, thanks a lot. |
That extension, which is not published by @GregTrevellick, not @ardalis, is also over a year old. Better to use the CLI. I think @ardalis should publish his own or not link to the out-of-date extension. |
When using the suggested CLI command then I receive the error that the package does not exist :( I have tried with different version numbers also with no effect. I am copy pasting directly from your example and from nuget.org so shouldn't be a typo |
@Brutiquzz Paste what you ran and the results. |
same problem: not found - https://aka.ms/templating-exit-codes#103 "dotnet new install Ardalis.CleanArchitecture.Template Verranno installati i pacchetti di modelli seguenti: Non è stato possibile installare Ardalis.CleanArchitecture.Template. Il pacchetto non esiste. Per informazioni dettagliate sul codice di uscita, vedere `https://aka.ms/templating-exit-codes#103" |
No description provided.
The text was updated successfully, but these errors were encountered: