38 instantiations of EndpointAnnotation
Aspire.Hosting (6)
Dashboard\DashboardEventHandlers.cs (4)
416dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, uriScheme: address.Scheme, port: address.Port, isProxied: true)
425dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: KnownEndpointNames.OtlpGrpcEndpointName, uriScheme: address.Scheme, port: address.Port, isProxied: true, transport: "http2")
434dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: KnownEndpointNames.OtlpHttpEndpointName, uriScheme: address.Scheme, port: address.Port, isProxied: true)
443dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: McpEndpointName, uriScheme: address.Scheme, port: address.Port, isProxied: true)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.Maui (1)
Aspire.Hosting.Tests (29)
ApplicationModel\McpServerEndpointAnnotationTests.cs (8)
73var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
88var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
103var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
119var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
135var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
150var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
165var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
182var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "https", name: "https");
EndpointReferenceTests.cs (20)
16var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
34var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
53var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
68var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
87var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
106var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "https", name: "https");
120var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
134var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http", targetPort: 5000);
148var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
167var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
185var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
216var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
229var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
242var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
255var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "https", name: "https");
268var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http", targetPort: 5000);
281var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
293var annotation = new EndpointAnnotation(ProtocolType.Tcp, KnownNetworkIdentifiers.LocalhostNetwork, uriScheme: "http", name: "http");
341var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "blah", name: "http");
385var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
323 references to EndpointAnnotation
Aspire.Hosting (86)
Aspire.Hosting.Azure.AppContainers (2)
Aspire.Hosting.Azure.AppService (1)
Aspire.Hosting.Azure.Kusto.Tests (4)
Aspire.Hosting.Azure.Tests (35)
Aspire.Hosting.DevTunnels (2)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Garnet.Tests (4)
Aspire.Hosting.JavaScript.Tests (2)
Aspire.Hosting.Kafka.Tests (5)
Aspire.Hosting.Keycloak.Tests (4)
Aspire.Hosting.Kubernetes (2)
Aspire.Hosting.Maui (2)
Aspire.Hosting.Maui.Tests (2)
Aspire.Hosting.Milvus.Tests (7)
Aspire.Hosting.MongoDB.Tests (6)
Aspire.Hosting.MySql.Tests (4)
Aspire.Hosting.Nats.Tests (4)
Aspire.Hosting.Oracle.Tests (6)
Aspire.Hosting.PostgreSQL.Tests (14)
Aspire.Hosting.Qdrant.Tests (11)
Aspire.Hosting.RabbitMQ.Tests (4)
Aspire.Hosting.Redis (1)
Aspire.Hosting.Redis.Tests (10)
Aspire.Hosting.Seq.Tests (8)
Aspire.Hosting.SqlServer.Tests (4)
Aspire.Hosting.Tests (82)
ApplicationModel\McpServerEndpointAnnotationTests.cs (8)
73var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
88var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
103var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
119var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
135var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
150var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
165var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
182var endpointAnnotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "https", name: "https");
EndpointReferenceTests.cs (20)
16var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
34var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
53var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
68var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
87var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
106var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "https", name: "https");
120var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
134var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http", targetPort: 5000);
148var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
167var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
185var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
216var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
229var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
242var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
255var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "https", name: "https");
268var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http", targetPort: 5000);
281var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
293var annotation = new EndpointAnnotation(ProtocolType.Tcp, KnownNetworkIdentifiers.LocalhostNetwork, uriScheme: "http", name: "http");
341var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "blah", name: "http");
385var annotation = new EndpointAnnotation(ProtocolType.Tcp, uriScheme: "http", name: "http");
Aspire.Hosting.Valkey.Tests (4)
Aspire.Hosting.Yarp.Tests (4)
TestProject.AppHost (2)