Running the installation command gives me "No project was found at the path" messages #284
Replies: 2 comments 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.
-
|
I was actually installing the Avalonia templates today (current JetBrains Rider version and .NET 10), and I'm seeing exactly what the author describes. Am I safe to ignore the "The following templates might not work because their constraints are not met" warning? |
Beta Was this translation helpful? Give feedback.
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 listWhat 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