Running the installation command gives me "No project was found at the path" messages #284
Unanswered
mrlucmorin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's not a requirement. You should be able to install templates in any folder.
It's likely a bug in .NET SDK tooling. For some reason, SDK false positives with this constraint on a plain "dotnet new install" |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As stated in the title, when I run the command to install the Avalonia templates, some of them issue messages such as:
The command I used to install is:
Some of the templates seem to get installed. I can see them with:
dotnet new list
What I seem to understand is that I'm running the command outside of a project folder, but nothing in the documentation specifies that templates should be installed only at the "project level".
OS: Windows 10
dotnet: 9.0.101
Terminal: Powershell 7.4.6
Am I missing a step here?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions