Parameters¶
Reference for dotnet new connectsoft-blazor-mfe-aichat. Authoritative symbols live in .template.config/template.json.
| Parameter | CLI | Type | Default |
|---|---|---|---|
| Framework | --framework / -f |
choice | net9.0 (manifest); source targets net10.0 |
| UIKit adapter | --uikit-adapter |
choice: Flowbite, DaisyUI, Tokens | Flowbite |
| Include tests | --include-tests / --tests |
bool | true |
| Skip restore | --skip-restore / -sr |
bool | false |
Examples¶
dotnet new connectsoft-blazor-mfe-aichat -n Acme.Support.Chat --uikit-adapter DaisyUI
dotnet new connectsoft-blazor-mfe-aichat -n Acme.Support.Chat --include-tests false
dotnet new connectsoft-blazor-mfe-aichat -h
Excluded from the template package¶
samples/**, template/**, and shell-template/** are excluded from the generated NuGet template output.