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