22 writes to Name
Aspire.Hosting (5)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (5)
111Name = dir.Name, 143Name = "root", 163Name = part, 182Name = fileName, 209Name = Path.GetFileName(fullPath),
Aspire.Hosting.Azure.EventHubs (2)
AzureEventHubsExtensions.cs (2)
283Name = AzureEventHubsEmulatorResource.EmulatorConfigJsonFile, 317Name = AzureEventHubsEmulatorResource.EmulatorConfigJsonFile,
Aspire.Hosting.Azure.ServiceBus (2)
AzureServiceBusExtensions.cs (2)
420Name = AzureServiceBusEmulatorResource.EmulatorConfigJsonFile, 454Name = AzureServiceBusEmulatorResource.EmulatorConfigJsonFile,
Aspire.Hosting.Docker.Tests (3)
DockerComposePublisherTests.cs (3)
43Name = "redis.conf", 48Name = "folder", 52Name = "file.sh",
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
208Name = "milvus.yaml",
Aspire.Hosting.PostgreSQL (4)
PostgresBuilderExtensions.cs (4)
216Name = "servers.json", 327Name = ".pgweb", 331Name = "bookmarks", 527Name = $"{postgresDatabase.Name}.toml",
Aspire.Hosting.Tests (5)
DistributedApplicationTests.cs (5)
574Name = "test-folder", 579Name = "test.txt", 585Name = "test2.sh", 591Name = "testcert.pem", 846Name = "invalid-cert.pem",
17 references to Name
Aspire.Hosting (2)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (1)
111Name = dir.Name,
Dcp\Model\Container.cs (1)
351Name = item.Name,
Aspire.Hosting.Azure.Tests (7)
AzureEventHubsExtensionsTests.cs (3)
355Assert.Equal("Config.json", configFile.Name); 416Assert.Equal("Config.json", configFile.Name); 490Assert.Equal("Config.json", configFile.Name);
AzureServiceBusExtensionsTests.cs (4)
371Assert.Equal("Config.json", configFile.Name); 470Assert.Equal("Config.json", configFile.Name); 527Assert.Equal("Config.json", configFile.Name); 586Assert.Equal("Config.json", configFile.Name);
Aspire.Hosting.Docker (3)
DockerComposePublishingContext.cs (3)
180HandleComposeFileConfig(composeFile, composeService, dirItem, item.Owner ?? uid, item.Group ?? gid, umask, path += "/" + item.Name); 188var name = composeService.Name + "_" + path.Replace('/', '_') + "_" + file.Name; 222Target = path + "/" + file.Name,
Aspire.Hosting.Keycloak.Tests (1)
KeycloakPublicApiTests.cs (1)
198Assert.Equal(file, realmFile.Name);
Aspire.Hosting.PostgreSQL.Tests (4)
AddPostgresTests.cs (4)
545Assert.Equal(".pgweb", pgWebDirectory.Name); 549Assert.Equal("bookmarks", bookmarksDirectory.Name); 555Assert.Equal(".toml", Path.GetExtension(file.Name)); 562Assert.Equal(".toml", Path.GetExtension(file.Name));