3 implementations of ICIEnvironmentDetector
aspire (1)
Telemetry\CIEnvironmentDetector.cs (1)
11
internal sealed class CIEnvironmentDetector :
ICIEnvironmentDetector
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (1)
91
internal sealed class TestCIEnvironmentDetector :
ICIEnvironmentDetector
Telemetry\TestTelemetryHelper.cs (1)
44
private sealed class TestCIEnvironmentDetector :
ICIEnvironmentDetector
6 references to ICIEnvironmentDetector
aspire (4)
Telemetry\AspireCliTelemetry.cs (3)
46
private readonly
ICIEnvironmentDetector
_ciEnvironmentDetector;
58
public AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider,
ICIEnvironmentDetector
ciEnvironmentDetector)
72
internal AspireCliTelemetry(ILogger<AspireCliTelemetry> logger, IMachineInformationProvider machineInformationProvider,
ICIEnvironmentDetector
ciEnvironmentDetector, string reportedSourceName, string diagnosticsSourceName)
Telemetry\TelemetryServiceCollectionExtensions.cs (1)
38
services.AddSingleton<
ICIEnvironmentDetector
, CIEnvironmentDetector>();
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (2)
28
ICIEnvironmentDetector
? ciEnvironmentDetector = null,
89
/// A test implementation of <see cref="
ICIEnvironmentDetector
"/> with configurable result.