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