3 references to TelemetryHookInstaller
Aspire.Cli.Tests (3)
Agents\TelemetryHookConfiguratorTests.cs (1)
286var installer = new TelemetryHookInstaller(executionContext, NullLogger<TelemetryHookInstaller>.Instance);
Agents\TelemetryHookInstallerTests.cs (1)
104return new TelemetryHookInstaller(executionContext, NullLogger<TelemetryHookInstaller>.Instance);
Agents\TelemetryHookScriptTests.cs (1)
407var installer = new TelemetryHookInstaller(executionContext, NullLogger<TelemetryHookInstaller>.Instance);