Base:
property
StateFilePath
Aspire.Hosting.Pipelines.Internal.DeploymentStateManagerBase<T>.StateFilePath
20 references to StateFilePath
Aspire.Hosting.Tests (20)
Publishing\DeploymentStateManagerTests.cs (20)
389var stateFilePath = stateManager.StateFilePath; 435stateManager.StateFilePath); 463stateManager.StateFilePath); 478var legacyPath = legacyStateManager.StateFilePath; 486var currentPath = migratingStateManager.StateFilePath; 555File.WriteAllText(stateManager.StateFilePath!, """{"Parameters:Value":"stale"}"""); 576File.WriteAllText(stateManager.StateFilePath!, """{"Parameters:Value":"stale"}"""); 592var legacyStatePath = legacyStateManager.StateFilePath!; 619var statePath = stateManager.StateFilePath!; 778var firstCanonicalPath = firstStateManager.StateFilePath; 779var legacyPath = legacyStateManager.StateFilePath; 988var legacyPath = legacyStateManager.StateFilePath; 991Assert.Equal(legacyPath, currentStateManager.StateFilePath); 1028currentStateManager.StateFilePath!, 1031currentStateManager.StateFilePath!, 1049await File.WriteAllTextAsync(currentStateManager.StateFilePath!, "{ malformed"); 1052currentStateManager.StateFilePath!, 1055currentStateManager.StateFilePath!, 1316var exception = Assert.Throws<ArgumentException>(() => stateManager.StateFilePath); 1343var exception = Assert.Throws<ArgumentException>(() => stateManager.StateFilePath);