4 references to InternalMicrosoftDetectorOutcome
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
453
activity.SetTag(TelemetryConstants.Tags.
InternalMicrosoftDetectorOutcome
, result.Outcome);
Aspire.Cli.Tests (3)
Telemetry\AspireCliTelemetryTests.cs (3)
277
Assert.Equal("aspire.cli.microsoft_internal_detector.outcome", TelemetryConstants.Tags.
InternalMicrosoftDetectorOutcome
);
539
Assert.Equal(InternalMicrosoftDetectorOutcome.Failed, activity.GetTagItem(TelemetryConstants.Tags.
InternalMicrosoftDetectorOutcome
));
670
Assert.Equal(InternalMicrosoftDetectorOutcome.Detected, activity.GetTagItem(TelemetryConstants.Tags.
InternalMicrosoftDetectorOutcome
));