Implemented interface member:
property
PathDeriver
Aspire.Cli.Templating.ITemplate.PathDeriver
6 references to PathDeriver
aspire (6)
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);
Templating\DotNetTemplateFactory.cs (1)
447var outputPath = await GetOutputPathAsync(inputs, template.PathDeriver, name, parseResult, cancellationToken);