Implemented interface member:
property
StateFilePath
Aspire.Hosting.Pipelines.IDeploymentStateManager.StateFilePath
2 overrides of StateFilePath
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
25
public override string?
StateFilePath
=> GetStatePath();
Pipelines\Internal\UserSecretsDeploymentStateManager.cs (1)
27
public override string?
StateFilePath
=> GetStatePath();