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