Implemented interface member:
method
DeleteSectionAsync
Aspire.Hosting.Pipelines.IDeploymentStateManager.DeleteSectionAsync(Aspire.Hosting.Pipelines.DeploymentStateSection, System.Threading.CancellationToken)
8 references to DeleteSectionAsync
Aspire.Hosting.Tests (8)
Publishing\DeploymentStateManagerTests.cs (8)
574await stateManager.DeleteSectionAsync(section); 599await migratingStateManager.DeleteSectionAsync(parameterSection); 841await migratingStateManager.DeleteSectionAsync(azureSection); 886await migratingStateManager.DeleteSectionAsync(firstSandboxSection); 1103await migratingStateManager.DeleteSectionAsync(migratedSection); 1126await migratingStateManager.DeleteSectionAsync(firstSection); 1167firstStateManager.DeleteSectionAsync(firstSection), 1168secondStateManager.DeleteSectionAsync(secondSection));