3 implementations of IInternalMicrosoftDetector
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
32
internal sealed partial class InternalMicrosoftDetector :
IInternalMicrosoftDetector
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (1)
158
internal sealed class TestInternalMicrosoftDetector :
IInternalMicrosoftDetector
Telemetry\TestTelemetryHelper.cs (1)
75
private sealed class TestInternalMicrosoftDetector :
IInternalMicrosoftDetector
7 references to IInternalMicrosoftDetector
aspire (5)
Telemetry\AspireCliTelemetry.cs (4)
52
private readonly
IInternalMicrosoftDetector
_internalMicrosoftDetector;
77
public AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider, ICIEnvironmentDetector ciEnvironmentDetector, ICodingAgentDetector codingAgentDetector,
IInternalMicrosoftDetector
internalMicrosoftDetector, TelemetryConfiguration telemetryConfiguration, CliExecutionContext executionContext, TelemetryTagsSource tagsSource)
95
internal AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider, ICIEnvironmentDetector ciEnvironmentDetector, ICodingAgentDetector codingAgentDetector,
IInternalMicrosoftDetector
internalMicrosoftDetector, string reportedSourceName, string diagnosticsSourceName, CliExecutionContext executionContext, TelemetryTagsSource tagsSource)
113
internal AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider, ICIEnvironmentDetector ciEnvironmentDetector, ICodingAgentDetector codingAgentDetector,
IInternalMicrosoftDetector
internalMicrosoftDetector, TelemetryConfiguration telemetryConfiguration, string reportedSourceName, string diagnosticsSourceName, CliExecutionContext executionContext, TelemetryTagsSource tagsSource)
Telemetry\TelemetryServiceCollectionExtensions.cs (1)
43
services.AddSingleton<
IInternalMicrosoftDetector
, InternalMicrosoftDetector>();
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (2)
35
IInternalMicrosoftDetector
? internalMicrosoftDetector = null,
156
/// A test implementation of <see cref="
IInternalMicrosoftDetector
"/> with configurable result.