7 references to StructuredLogsPath
Aspire.Dashboard (2)
DashboardWebApplication.cs (1)
379context.Response.Redirect(TargetLocationInterceptor.StructuredLogsPath);
Model\TargetLocationInterceptor.cs (1)
38newTargetLocation = StructuredLogsPath;
Aspire.Dashboard.Tests (5)
Model\TargetLocationInterceptorTests.cs (5)
15Assert.Equal(TargetLocationInterceptor.StructuredLogsPath, newTargetLocation); 22Assert.Equal(TargetLocationInterceptor.StructuredLogsPath, newTargetLocation); 29Assert.Equal(TargetLocationInterceptor.StructuredLogsPath, newTargetLocation); 36Assert.Equal(TargetLocationInterceptor.StructuredLogsPath, newTargetLocation); 42Assert.False(TargetLocationInterceptor.InterceptTargetLocation("http://localhost", TargetLocationInterceptor.StructuredLogsPath, out _));