3 references to GitCommand
aspire (1)
Telemetry\ProfilingTelemetry.cs (1)
1078
SetTag(Tags.
GitCommand
, command);
Aspire.Cli.Tests (2)
Git\GitRepositoryTests.cs (2)
131
activity.GetTagItem(ProfilingTelemetry.Tags.
GitCommand
) as string == "ls-files");
134
Assert.Equal("ls-files", startedActivity.GetTagItem(ProfilingTelemetry.Tags.
GitCommand
));