Implemented interface member:
method
Enrich
Microsoft.AspNetCore.Diagnostics.Logging.IHttpLogEnricher.Enrich(Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector, Microsoft.AspNetCore.Http.HttpContext)
4 references to Enrich
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (4)
Latency\Internal\HttpLatencyLogEnricherTests.cs (4)
22Assert.Throws<NullReferenceException>(() => enricher.Enrich(mockEnrichmentPropertyBag.Object, httpContext!)); 32enricher.Enrich(mockEnrichmentPropertyBag.Object, context); 52enricher.Enrich(mockEnrichmentPropertyBag.Object, context); 73enricher.Enrich(mockEnrichmentPropertyBag.Object, context);