Base:
method
GetStatePath
Aspire.Hosting.Publishing.Internal.DeploymentStateManagerBase<T>.GetStatePath()
2 references to GetStatePath
Aspire.Hosting (2)
Publishing\Internal\UserSecretsDeploymentStateManager.cs (2)
20
public override string? StateFilePath =>
GetStatePath
();
37
var userSecretsPath =
GetStatePath
() ?? throw new InvalidOperationException("User secrets path could not be determined.");