3 implementations of IInternalMicrosoftDetector
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
31
internal sealed partial class InternalMicrosoftDetector :
IInternalMicrosoftDetector
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (1)
141
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)
50
private readonly
IInternalMicrosoftDetector
_internalMicrosoftDetector;
73
public AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider, ICIEnvironmentDetector ciEnvironmentDetector, ICodingAgentDetector codingAgentDetector,
IInternalMicrosoftDetector
internalMicrosoftDetector, TelemetryConfiguration telemetryConfiguration, CliExecutionContext executionContext, TelemetryTagsSource tagsSource)
91
internal AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider, ICIEnvironmentDetector ciEnvironmentDetector, ICodingAgentDetector codingAgentDetector,
IInternalMicrosoftDetector
internalMicrosoftDetector, string reportedSourceName, string diagnosticsSourceName, CliExecutionContext executionContext, TelemetryTagsSource tagsSource)
109
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)
33
IInternalMicrosoftDetector
? internalMicrosoftDetector = null,
139
/// A test implementation of <see cref="
IInternalMicrosoftDetector
"/> with configurable result.