1 write to _logger
aspire (1)
Templating\CliTemplateFactory.cs (1)
97
_logger
= logger;
22 references to _logger
aspire (22)
Templating\CliTemplateFactory.cs (5)
305
_logger
.LogDebug("Copying embedded template tree '{TemplateRoot}' to '{OutputPath}'.", templateRoot, outputPath);
316
_logger
.LogDebug("No embedded resources found for template root '{TemplateRoot}'. Available manifest resources: {ManifestResources}", templateRoot, string.Join(", ", allResourceNames));
320
_logger
.LogDebug("Found {ResourceCount} embedded resources for template root '{TemplateRoot}': {TemplateResources}", resourceNames.Length, templateRoot, string.Join(", ", resourceNames));
335
_logger
.LogDebug("Writing embedded template resource '{ResourceName}' to '{FilePath}'.", resourceName, filePath);
374
_logger
.LogDebug(ex, "Unable to set the execute bit on scaffolded build wrapper '{FilePath}'.", filePath);
Templating\CliTemplateFactory.EmptyTemplate.cs (5)
43
_logger
.LogDebug("Applying empty AppHost template. LanguageId: {LanguageId}, Language: {LanguageDisplayName}, ProjectName: {ProjectName}, OutputPath: {OutputPath}.", languageId, language.DisplayName, projectName, outputPath);
71
_logger
.LogDebug("Using embedded C# empty AppHost template for '{OutputPath}'.", outputPath);
87
_logger
.LogDebug("Using scaffolding service for language '{LanguageDisplayName}' in '{OutputPath}'.", language.DisplayName, outputPath);
155
_logger
.LogDebug("Skipping localhost TLD update because aspire.config.json was not found in '{OutputPath}'.", outputPath);
177
_logger
.LogDebug("Writing C# empty AppHost template files to '{OutputPath}' with Aspire version '{AspireVersion}'.", outputPath, aspireVersion);
Templating\CliTemplateFactory.GoStarterTemplate.cs (3)
36
_logger
.LogDebug("Applying Go starter template. ProjectName: {ProjectName}, OutputPath: {OutputPath}, AspireVersion: {AspireVersion}.", projectName, outputPath, aspireVersion);
57
_logger
.LogDebug("Copying embedded Go starter template files to '{OutputPath}'.", outputPath);
84
_logger
.LogDebug("Generating SDK code for Go starter in '{OutputPath}'.", outputPath);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (3)
36
_logger
.LogDebug("Applying Java starter template. ProjectName: {ProjectName}, OutputPath: {OutputPath}, AspireVersion: {AspireVersion}.", projectName, outputPath, aspireVersion);
57
_logger
.LogDebug("Copying embedded Java starter template files to '{OutputPath}'.", outputPath);
84
_logger
.LogDebug("Generating SDK code for Java starter in '{OutputPath}'.", outputPath);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (3)
37
_logger
.LogDebug("Applying Python starter template. ProjectName: {ProjectName}, OutputPath: {OutputPath}, AspireVersion: {AspireVersion}.", projectName, outputPath, aspireVersion);
66
_logger
.LogDebug("Copying embedded Python starter template files to '{OutputPath}'.", outputPath);
98
_logger
.LogDebug("Generating SDK code for Python starter in '{OutputPath}'.", outputPath);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (3)
37
_logger
.LogDebug("Applying TypeScript starter template. ProjectName: {ProjectName}, OutputPath: {OutputPath}, AspireVersion: {AspireVersion}.", projectName, outputPath, aspireVersion);
59
_logger
.LogDebug("Copying embedded TypeScript starter template files to '{OutputPath}'.", outputPath);
82
_logger
.LogDebug("Generating SDK code for TypeScript starter in '{OutputPath}'.", outputPath);