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