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