7 references to ToOptions
Microsoft.Extensions.Telemetry.Tests (7)
Enrichment\ApplicationLogEnricherTests.cs (3)
38}.ToOptions(); 74var enricher = new ApplicationLogEnricher(options.ToOptions(), serviceOptions.ToOptions());
Enrichment\ProcessLogEnricherTests.cs (4)
51var enricher = new ProcessLogEnricher(options.ToOptions()); 52var staticEnricher = new StaticProcessLogEnricher(options.ToOptions()); 82var enricher = new ProcessLogEnricher(options.ToOptions()); 83var staticEnricher = new StaticProcessLogEnricher(options.ToOptions());