3 references to s_localhostTldOption
aspire (3)
Templating\CliTemplateFactory.cs (2)
78
static cmd => AddOptionIfMissing(cmd,
s_localhostTldOption
),
89
static cmd => AddOptionIfMissing(cmd,
s_localhostTldOption
),
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
94
var useLocalhostTld = parseResult.GetValue(
s_localhostTldOption
);