186 references to WithEndpoint
Aspire.Hosting (6)
Aspire.Hosting.Azure.AppConfiguration (1)
Aspire.Hosting.Azure.CosmosDB (2)
Aspire.Hosting.Azure.EventHubs (1)
Aspire.Hosting.Azure.Kusto (1)
Aspire.Hosting.Azure.Kusto.Tests (1)
Aspire.Hosting.Azure.ServiceBus (1)
Aspire.Hosting.Azure.Storage (3)
Aspire.Hosting.Azure.Tests (40)
AzurePostgresExtensionsTests.cs (5)
122c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455));
165c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455))
234c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455));
318c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5432));
470postgres.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1234));
AzureRedisExtensionsTests.cs (4)
101c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455));
124c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455))
194c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6379));
240.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455))
AzureStorageExtensionsTests.cs (15)
180e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000));
181e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
182e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
228e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000));
229e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
230e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
286e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000));
287e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
288e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
334e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000));
335e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
336e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
406e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000));
407e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
408e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
Aspire.Hosting.Containers.Tests (2)
Aspire.Hosting.Docker (2)
Aspire.Hosting.Garnet.Tests (2)
Aspire.Hosting.JavaScript (1)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.Kafka.Tests (5)
AddKafkaTests.cs (5)
62.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017));
119.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017))
137.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017))
188.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017));
209.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017))
Aspire.Hosting.Keycloak (1)
Aspire.Hosting.Milvus (1)
Aspire.Hosting.Milvus.Tests (2)
Aspire.Hosting.MongoDB (1)
Aspire.Hosting.MongoDB.Tests (3)
Aspire.Hosting.MySql (1)
Aspire.Hosting.MySql.Tests (7)
AddMySqlTests.cs (7)
117.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
135.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
240mysql.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
268mysql1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
269mysql2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host3"));
360.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
376.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3306))
Aspire.Hosting.Nats.Tests (2)
Aspire.Hosting.Oracle.Tests (2)
Aspire.Hosting.PostgreSQL (3)
Aspire.Hosting.PostgreSQL.Tests (9)
AddPostgresTests.cs (9)
155.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
171.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
464pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
465pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2"));
525pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
526pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2"));
666.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
680.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
694.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5432));
Aspire.Hosting.Python (1)
Aspire.Hosting.Qdrant (1)
Aspire.Hosting.Qdrant.Tests (3)
Aspire.Hosting.RabbitMQ.Tests (1)
Aspire.Hosting.Redis (4)
Aspire.Hosting.Redis.Tests (10)
AddRedisTests.cs (10)
122.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
304redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
305redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002));
458.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
497redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
523redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
543redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
544redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2"));
696.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
716.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6379))
Aspire.Hosting.Seq.Tests (2)
Aspire.Hosting.SqlServer (1)
Aspire.Hosting.SqlServer.Tests (3)
Aspire.Hosting.Tests (52)
DistributedApplicationTests.cs (8)
1471testProgram.ServiceABuilder.WithReplicas(2).WithEndpoint("http", endpoint =>
1488testProgram.ServiceABuilder.WithEndpoint("http", endpoint =>
1509.WithEndpoint("http", e =>
1545.WithEndpoint("http", e =>
1551.WithEndpoint("https", e =>
1614var redis = builder.AddRedis($"{testName}-redis", 1234).WithEndpoint("tcp", endpoint =>
1620var redisNoPort = builder.AddRedis($"{testName}-redisNoPort").WithEndpoint("tcp", endpoint =>
1759var redis = AddRedisContainer(builder, $"{testName}-redis").WithEndpoint("tcp", endpoint =>
ExpressionResolverTests.cs (5)
88.WithEndpoint("endpoint1", e =>
101.WithEndpoint("endpoint2", e =>
113.WithEndpoint("endpoint3", e =>
223.WithEndpoint("http", ep => ep.AllocatedEndpoint = new(ep, "localhost", 8001, EndpointBindingMode.SingleAddress, "{{ targetPort }}", KnownNetworkIdentifiers.LocalhostNetwork));
242.WithEndpoint("http", ep => ep.AllocatedEndpoint = new(ep, "localhost", 8001, EndpointBindingMode.SingleAddress, "{{ targetPort }}", KnownNetworkIdentifiers.LocalhostNetwork));
ProjectResourceTests.cs (10)
345.WithEndpoint("http", e =>
349.WithEndpoint("https", e =>
353.WithEndpoint("http2", e =>
357.WithEndpoint("dontinjectme", e =>
404.WithEndpoint("http", e =>
434builder.WithEndpoint(q, e =>
577.WithEndpoint("ep", e =>
584.WithEndpoint("ep", e =>
617.WithEndpoint("http", e =>
623.WithEndpoint("https", e =>
WithEndpointTests.cs (8)
23.WithEndpoint("mybinding", endpoint =>
39.WithEndpoint("mybinding", endpoint =>
74.WithEndpoint("mybinding", endpoint =>
111.WithEndpoint("mybinding", endpoint =>
129.WithEndpoint("mybinding", endpoint =>
145var projectA = builder.AddProject<ProjectA>("projecta").WithEndpoint("mybinding", endpoint =>
605.WithEndpoint("https", e => e.TargetHost = "example.localhost", createIfNotExists: false)
639.WithEndpoint("https", e => e.TargetHost = host, createIfNotExists: false)
WithReferenceTests.cs (12)
22.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
46.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
66.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
93.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
139.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
143.WithEndpoint("myconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
167.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
171.WithEndpoint("mynonconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
195.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
197.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
225.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
227.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
Aspire.Hosting.Valkey.Tests (2)
Aspire.Hosting.Yarp (3)
ProxylessEndToEnd.AppHost (2)