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