6 writes to Name
Aspire.Hosting.PostgreSQL (4)
PostgresBuilderExtensions.cs (4)
214
Name
= "servers.json",
324
Name
= ".pgweb",
328
Name
= "bookmarks",
493
Name
= $"{postgresDatabase.Name}.toml",
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
442
Name
= "test-folder",
447
Name
= "test.txt",
5 references to Name
Aspire.Hosting (1)
Dcp\Model\Container.cs (1)
343
Name = item.
Name
,
Aspire.Hosting.PostgreSQL.Tests (4)
AddPostgresTests.cs (4)
556
Assert.Equal(".pgweb", pgWebDirectory.
Name
);
560
Assert.Equal("bookmarks", bookmarksDirectory.
Name
);
566
Assert.Equal(".toml", Path.GetExtension(file.
Name
));
573
Assert.Equal(".toml", Path.GetExtension(file.
Name
));