5 references to ResolveOutputPathAsync
aspire (5)
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
37var outputPath = await ResolveOutputPathAsync(inputs, template.PathDeriver, projectName, parseResult, cancellationToken);
Templating\CliTemplateFactory.GoStarterTemplate.cs (1)
30var outputPath = await ResolveOutputPathAsync(inputs, template.PathDeriver, projectName, parseResult, cancellationToken);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (1)
30var outputPath = await ResolveOutputPathAsync(inputs, template.PathDeriver, projectName, parseResult, cancellationToken);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (1)
31var outputPath = await ResolveOutputPathAsync(inputs, template.PathDeriver, projectName, parseResult, cancellationToken);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
31var outputPath = await ResolveOutputPathAsync(inputs, template.PathDeriver, projectName, parseResult, cancellationToken);