3 references to AddProcessLogEnricher
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessEnricherExtensionsTests.cs (3)
27
((IServiceCollection)null!).
AddProcessLogEnricher
(Mock.Of<IConfigurationSection>()));
30
new ServiceCollection().
AddProcessLogEnricher
((IConfigurationSection)null!));
79
.
AddProcessLogEnricher
(context.Configuration.GetSection(TestSectionName)))