30 references to Save
aspire (13)
Configuration\AspireConfigFile.cs (1)
206config.Save(directory);
Program.cs (1)
187config.Save(usersAspirePath);
Projects\GuestAppHostProject.cs (1)
250config.Save(configDir.FullName);
Projects\ProjectUpdater.cs (1)
289configToSave.Save(configRoot.FullName);
Scaffolding\ScaffoldingService.cs (2)
121config.Save(directory.FullName); 262config.Save(directory.FullName);
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
82config.Save(outputPath);
Templating\CliTemplateFactory.GoStarterTemplate.cs (1)
74config.Save(outputPath);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (1)
75config.Save(outputPath);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (2)
88config.Save(outputPath); 148config.Save(outputPath);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
73config.Save(outputPath);
Templating\DotNetTemplateFactory.cs (1)
550config.Save(outputPath);
Aspire.Cli.Tests (17)
Configuration\AspireConfigFileTests.cs (4)
184config.Save(workspace.WorkspaceRoot.FullName); 202config.Save(subDir); 411config.Save(workspace.WorkspaceRoot.FullName); 440config.Save(workspace.WorkspaceRoot.FullName);
Configuration\DotNetBasedAppHostServerChannelResolutionTests.cs (2)
50config.Save(appPath); 95config.Save(appPath);
Configuration\PrebuiltAppHostServerChannelResolutionTests.cs (2)
41config.Save(appHostDirectory.FullName); 85config.Save(appHostDirectory.FullName);
Packaging\PackageChannelTests.cs (3)
437config.Save(workspace.WorkspaceRoot.FullName); 752config.Save(workspace.WorkspaceRoot.FullName); 783config.Save(workspace.WorkspaceRoot.FullName);
Projects\PrebuiltAppHostServerTests.cs (1)
2299config.Save(projectDirectory.FullName);
Projects\ProjectLocatorTests.cs (5)
1671staleConfig.Save(srcDirectory.FullName); 3071config.Save(workspace.WorkspaceRoot.FullName); 3092config1.Save(appHost1Dir.FullName); 3098config2.Save(appHost2Dir.FullName); 3124config.Save(workspace.WorkspaceRoot.FullName);