I've tried to install the template by running
dotnet new -i SAFE.Template
However the template doesn't appear in the listing of the installed templates after the command run.
I've tried to create a new project with the template by running
The output of this command:
Couldn't find an installed template that matches the input, searching online for one that does...
Matches from template source: NuGet
-----------------------------------
Template name "SAFE-Stack Web App v2.2.0" (SAFE) from author "Tomasz Heimowski" in pack SAFE.Template
To use this template, run the following command and try again:
dotnet new -i SAFE.Template::2.2.0
For some reason the latest version 2.2.1 is not installed by the first command and not offered by the second one.
Looks like there is some defect in it.
I've tried to install the template by running
However the template doesn't appear in the listing of the installed templates after the command run.
I've tried to create a new project with the template by running
The output of this command:
For some reason the latest version 2.2.1 is not installed by the first command and not offered by the second one.
Looks like there is some defect in it.