Implemented interface member:
property
StateFilePath
Aspire.Hosting.Pipelines.IDeploymentStateManager.StateFilePath
2 overrides of StateFilePath
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
44
public override string?
StateFilePath
=> GetStatePath();
Pipelines\Internal\UserSecretsDeploymentStateManager.cs (1)
26
public override string?
StateFilePath
=> GetStatePath();
1 reference to StateFilePath
Aspire.Hosting (1)
Pipelines\Internal\DeploymentStateManagerBase.cs (1)
383
if (
StateFilePath
is string stateFilePath && File.Exists(stateFilePath))