Parameters¶
No dotnet new manifest
ConnectSoft.Blazor.Mfe.Identity.AdminTemplate has no .template.config/template.json, so there are no dotnet new parameters and no short name. You consume it as a source repository / sample, not via dotnet new.
To productionize as a template¶
To turn this repo into a real dotnet new template, add:
.template.config/template.json(identity, shortName, sourceName / rename tokens)dotnetcli.host.json(and optionallyide.host.json) for CLI/VS parameter binding- Parameters such as a UIKit adapter choice and
IdentityApi.BaseUrl - Template packaging (
.nuspec/ packable installer)
Configuration instead of parameters¶
Because there are no scaffold parameters, behavior is controlled at runtime via wwwroot/appsettings.json. See configuration.