2 writes to Persistent
Aspire.Hosting (2)
Dcp\ExecutableCreator.cs (2)
274spec.Persistent = null; 283spec.Persistent = true;
8 references to Persistent
Aspire.Hosting (1)
Dcp\Model\Executable.cs (1)
72/// When set, <see cref="MonitorTimestamp"/> must also be set and <see cref="Persistent"/> must be true.
Aspire.Hosting.Tests (7)
Dcp\DcpExecutorTests.cs (6)
4738Assert.True(exe.Spec.Persistent.GetValueOrDefault()); 5129Assert.True(exe.Spec.Persistent.GetValueOrDefault()); 5283Assert.True(exe.Spec.Persistent.GetValueOrDefault()); 7721Assert.True(exe.Spec.Persistent); 7963Assert.True(exe.Spec.Persistent); 9244Assert.True(executable.Spec.Persistent);
DistributedApplicationTests.cs (1)
2064Assert.True(dcpExecutable.Spec.Persistent.GetValueOrDefault());