12 implementations of StateFilePath
Aspire.Hosting (1)
Pipelines\Internal\DeploymentStateManagerBase.cs (1)
43public abstract string? StateFilePath { get; }
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\InMemoryDeploymentStateManager.cs (1)
19public string? StateFilePath => null;
Aspire.Hosting.Azure.Tests (5)
AzureBicepProvisionerTests.cs (1)
1874public string? StateFilePath => null;
AzureDeployerTests.cs (1)
1531public string? StateFilePath => null;
AzureEnvironmentResourceExtensionsTests.cs (1)
5366public string? StateFilePath => null;
ProvisioningTestHelpers.cs (1)
1036public string? StateFilePath => null;
tests\Shared\InMemoryDeploymentStateManager.cs (1)
19public string? StateFilePath => null;
Aspire.Hosting.Docker.Tests (1)
tests\Shared\InMemoryDeploymentStateManager.cs (1)
19public string? StateFilePath => null;
Aspire.Hosting.Kubernetes.Tests (1)
tests\Shared\InMemoryDeploymentStateManager.cs (1)
19public string? StateFilePath => null;
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (1)
1166public string? StateFilePath => null;
Orchestrator\ParameterProcessorTests.cs (2)
1302public string? StateFilePath => null; 1658public string? StateFilePath => null;
6 references to StateFilePath
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (2)
78if (deploymentStateManager.StateFilePath is string stateFilePath && 85deploymentStateManager.StateFilePath is string existingStateFilePath &&
Aspire.Hosting.Azure.Tests (4)
AzureDeployerTests.cs (4)
1657var deploymentStatePath = deploymentStateManager.StateFilePath; 1746var deploymentStatePath = deploymentStateManager.StateFilePath; 1778var stagingStatePath = deploymentStateManager.StateFilePath; 1841deploymentStatePath = deploymentStateManager.StateFilePath;