3 references to AppHostDiscoveryIncludedFileCount
aspire (1)
Telemetry\ProfilingTelemetry.cs (1)
978
public void SetAppHostDiscoveryIncludedFileCount(int count) => SetTag(Tags.
AppHostDiscoveryIncludedFileCount
, count);
Aspire.Cli.Tests (2)
Projects\AppHostCandidateFinderTests.cs (2)
235
Assert.Equal(1, discoveryActivity.GetTagItem(ProfilingTelemetry.Tags.
AppHostDiscoveryIncludedFileCount
));
240
Assert.Equal(1, matchActivity.GetTagItem(ProfilingTelemetry.Tags.
AppHostDiscoveryIncludedFileCount
));