2 types derived from DeploymentStateManagerBase
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
22
IOptions<PipelineOptions> pipelineOptions) :
DeploymentStateManagerBase
<FileDeploymentStateManager>(logger)
Pipelines\Internal\UserSecretsDeploymentStateManager.cs (1)
16
internal sealed class UserSecretsDeploymentStateManager :
DeploymentStateManagerBase
<UserSecretsDeploymentStateManager>
1 reference to DeploymentStateManagerBase
Aspire.Hosting (1)
Pipelines\Internal\DeploymentStateManagerBase.cs (1)
18
/// Initializes a new instance of the <see cref="
DeploymentStateManagerBase
{T}"/> class.