Implemented interface member:
method
SaveSectionAsync
Aspire.Hosting.Pipelines.IDeploymentStateManager.SaveSectionAsync(Aspire.Hosting.Pipelines.DeploymentStateSection, System.Threading.CancellationToken)
20 references to SaveSectionAsync
Aspire.Hosting.Tests (20)
Publishing\DeploymentStateManagerTests.cs (20)
42await stateManager.SaveSectionAsync(section1); 62await stateManager.SaveSectionAsync(section1); 71await stateManager.SaveSectionAsync(section2); 76async () => await stateManager.SaveSectionAsync(oldSection)); 92await stateManager.SaveSectionAsync(parametersSection); 93await stateManager.SaveSectionAsync(azureSection); 119await stateManager.SaveSectionAsync(section); 142await stateManager.SaveSectionAsync(section1); 163await stateManager.SaveSectionAsync(section1); 176await stateManager2.SaveSectionAsync(section2); 228await stateManager.SaveSectionAsync(section); 245await stateManager.SaveSectionAsync(section); 265await stateManager.SaveSectionAsync(section1); 266await stateManager.SaveSectionAsync(section2); 284await stateManager.SaveSectionAsync(section); 300await stateManager.SaveSectionAsync(section1); 308await stateManager.SaveSectionAsync(section2); 312async () => await stateManager.SaveSectionAsync(oldSection)); 342await stateManager.SaveSectionAsync(topLevel); 343await stateManager.SaveSectionAsync(nested);