1 write to Persistent
Aspire.Hosting (1)
Dcp\ContainerCreator.cs (1)
117
network.Spec.
Persistent
= true;
2 references to Persistent
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
2015
Assert.Single(networks, n => n.Spec.
Persistent
== true);
2019
Assert.Single(networks, n => n.Spec.
Persistent
.GetValueOrDefault(false) == false);