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)
574
await stateManager.
DeleteSectionAsync
(section);
599
await migratingStateManager.
DeleteSectionAsync
(parameterSection);
841
await migratingStateManager.
DeleteSectionAsync
(azureSection);
886
await migratingStateManager.
DeleteSectionAsync
(firstSandboxSection);
1103
await migratingStateManager.
DeleteSectionAsync
(migratedSection);
1126
await migratingStateManager.
DeleteSectionAsync
(firstSection);
1167
firstStateManager.
DeleteSectionAsync
(firstSection),
1168
secondStateManager.
DeleteSectionAsync
(secondSection));