2 references to StartAddCommand
aspire (1)
Commands\AddCommand.cs (1)
109addActivity = _profilingTelemetry.StartAddCommand(integrationName, version, source, passedAppHostProjectFile);
Aspire.Cli.Tests (1)
Telemetry\ProfilingTelemetryTests.cs (1)
173using (var addActivity = profilingTelemetry.StartAddCommand("redis", "13.4.0", "nuget-source", appHostProjectFile))