2 instantiations of TestDeploymentStateManager
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
2706
var firstManager = new
TestDeploymentStateManager
(Path.Combine(tempDirectory.FullName, "legacy", "state.json"));
2707
var secondManager = new
TestDeploymentStateManager
(Path.Combine(tempDirectory.FullName, "canonical", "state.json"));
2 references to TestDeploymentStateManager
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
2706
var
firstManager = new TestDeploymentStateManager(Path.Combine(tempDirectory.FullName, "legacy", "state.json"));
2707
var
secondManager = new TestDeploymentStateManager(Path.Combine(tempDirectory.FullName, "canonical", "state.json"));