Replies: 1 comment
-
Not being able to uninstall is something you'd want to take up with the dotnet CLI tooling at https://github.com/dotnet/templating. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which project template is the issue about?
API Template
Which version of the project template is the issue about?
2.0.0
Which version of Visual Studio or the dotnet SDK were you using?
dotnet --info
outputFrom existing Windows environment (it used to work for me on version 1.14.0)
Fresh install Linux environment
Selectively use
dotnet new -i "Boxed.Templates::1.14.1"
to install and the API template is installed properly.Also,
dotnet new -u "Boxed.Templates::*"
as well asdotnet new -u "Boxed.Templates::1.14.1"
no longer works.Error message:
Could not find something to uninstall called 'Boxed.Templates::1.14.1'.
when use
dotnet new -u "Boxed.Templates::1.14.1"
I have to use
dotnet new --debug:reinit
to reset everythingBeta Was this translation helpful? Give feedback.
All reactions