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