1 write to DevTunnel
Aspire.Hosting.Maui (1)
Annotations\OtlpDevTunnelConfigurationAnnotation.cs (1)
38
DevTunnel
= devTunnel;
7 references to DevTunnel
Aspire.Hosting.Maui (2)
MauiOtlpExtensions.cs (2)
254
var tunnelEndpoint = tunnelConfig.
DevTunnel
.GetEndpoint(tunnelConfig.OtlpStub, "otlp");
257
platformBuilder.WithReferenceRelationship(tunnelConfig.
DevTunnel
);
Aspire.Hosting.Maui.Tests (5)
MauiPlatformExtensionsTests.cs (5)
606
Assert.NotNull(tunnelConfig.
DevTunnel
);
712
var tunnelEndpoint = tunnelConfig.
DevTunnel
.GetEndpoint(tunnelConfig.OtlpStub, "otlp");
777
var tunnelEndpoint = tunnelConfig.
DevTunnel
.GetEndpoint(tunnelConfig.OtlpStub, "otlp");
807
appBuilder.Eventing.PublishAsync(new BeforeResourceStartedEvent(tunnelConfig.
DevTunnel
.Resource, app.Services), CancellationToken.None));
832
appBuilder.Eventing.PublishAsync(new BeforeResourceStartedEvent(tunnelConfig.
DevTunnel
.Resource, app.Services), CancellationToken.None));