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