Implemented interface member:
method
SaveSectionAsync
Aspire.Hosting.Pipelines.IDeploymentStateManager.SaveSectionAsync(Aspire.Hosting.Pipelines.DeploymentStateSection, System.Threading.CancellationToken)
21 references to SaveSectionAsync
Aspire.Hosting.Tests (21)
Publishing\DeploymentStateManagerTests.cs (21)
43await stateManager.SaveSectionAsync(section1); 63await stateManager.SaveSectionAsync(section1); 72await stateManager.SaveSectionAsync(section2); 77async () => await stateManager.SaveSectionAsync(oldSection)); 93await stateManager.SaveSectionAsync(parametersSection); 94await stateManager.SaveSectionAsync(azureSection); 120await stateManager.SaveSectionAsync(section); 143await stateManager.SaveSectionAsync(section1); 164await stateManager.SaveSectionAsync(section1); 177await stateManager2.SaveSectionAsync(section2); 229await stateManager.SaveSectionAsync(section); 246await stateManager.SaveSectionAsync(section); 266await stateManager.SaveSectionAsync(section1); 267await stateManager.SaveSectionAsync(section2); 285await stateManager.SaveSectionAsync(section); 301await stateManager.SaveSectionAsync(section1); 309await stateManager.SaveSectionAsync(section2); 313async () => await stateManager.SaveSectionAsync(oldSection)); 343await stateManager.SaveSectionAsync(topLevel); 344await stateManager.SaveSectionAsync(nested); 361await stateManager.SaveSectionAsync(section);