Parameters¶
Reference for dotnet new connectsoft-blazor-mfe-auth-admin. Authoritative symbols live in .template.config/template.json.
| Parameter | CLI | Type | Default |
|---|---|---|---|
| Framework | --framework / -f |
choice | net10.0 |
| UIKit adapter | --uikit-adapter |
choice: Flowbite, DaisyUI, Tokens | Flowbite |
| Include tests | --include-tests |
bool | true |
| Skip restore | --skip-restore |
bool | false |
Examples¶
dotnet new connectsoft-blazor-mfe-auth-admin -n Acme.Auth.Admin
dotnet new connectsoft-blazor-mfe-auth-admin -n Acme.Auth.Admin --uikit-adapter Tokens --include-tests false
dotnet new connectsoft-blazor-mfe-auth-admin -h