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