7 references to GetMigrationStatePath
Aspire.Hosting (5)
Pipelines\DistributedApplicationPipeline.cs (1)
87
File.Exists(FileDeploymentStateManager.
GetMigrationStatePath
(existingStateFilePath))))
Pipelines\Internal\FileDeploymentStateManager.cs (4)
70
File.Exists(
GetMigrationStatePath
(currentStatePath)))
728
var migrationStatePath =
GetMigrationStatePath
(canonicalStatePath);
740
var migrationStatePath =
GetMigrationStatePath
(canonicalStatePath);
812
return WriteStateAsync(
GetMigrationStatePath
(canonicalStatePath), migrationState, cancellationToken);
Aspire.Hosting.Tests (2)
DistributedApplicationBuilderTests.cs (2)
686
var migrationStatePath = FileDeploymentStateManager.
GetMigrationStatePath
(currentStatePath);
809
var migrationStatePath = FileDeploymentStateManager.
GetMigrationStatePath
(currentStatePath);