2 instantiations of ScaffoldContext
aspire (2)
Commands\InitCommand.cs (1)
572var context = new ScaffoldContext(language, workingDirectory, ProjectName: null);
Commands\NewCommand.cs (1)
225var context = new ScaffoldContext(language, directory, projectName);
5 references to ScaffoldContext
aspire (5)
Commands\InitCommand.cs (1)
572var context = new ScaffoldContext(language, workingDirectory, ProjectName: null);
Commands\NewCommand.cs (1)
225var context = new ScaffoldContext(language, directory, projectName);
Scaffolding\IScaffoldingService.cs (1)
29Task ScaffoldAsync(ScaffoldContext context, CancellationToken cancellationToken);
Scaffolding\ScaffoldingService.cs (2)
44public async Task ScaffoldAsync(ScaffoldContext context, CancellationToken cancellationToken) 54private async Task ScaffoldGuestLanguageAsync(ScaffoldContext context, CancellationToken cancellationToken)