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