4 references to WithDataVolume
Aspire.Hosting.PostgreSQL.Tests (3)
PostgrePublicApiTests.cs (1)
171
var action = () => builder.
WithDataVolume
();
PostgresFunctionalTests.cs (2)
221
postgres1.
WithDataVolume
(volumeName);
284
postgres2.
WithDataVolume
(volumeName);
TestShop.AppHost (1)
Program.cs (1)
4
.
WithDataVolume
()