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);