Base:
property
StateFilePath
Aspire.Hosting.Pipelines.Internal.DeploymentStateManagerBase<T>.StateFilePath
3 references to StateFilePath
Aspire.Hosting.Tests (3)
Publishing\DeploymentStateManagerTests.cs (3)
363var stateFilePath = stateManager.StateFilePath; 474var exception = Assert.Throws<ArgumentException>(() => stateManager.StateFilePath); 501var exception = Assert.Throws<ArgumentException>(() => stateManager.StateFilePath);