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