3 references to Detected
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
377
? InternalMicrosoftProbeOutcome.
Detected
Aspire.Cli.Tests (2)
Telemetry\AspireCliTelemetryTests.cs (2)
660
new InternalMicrosoftProbeDiagnostic("test source", InternalMicrosoftProbeOutcome.
Detected
, TimeSpan.FromMilliseconds(12), HasAlias: true, HasDomain: true)
679
Assert.Contains(probeEvent.Tags, tag => tag.Key == TelemetryConstants.Tags.InternalMicrosoftProbeOutcome && (string?)tag.Value == InternalMicrosoftProbeOutcome.
Detected
);