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)
22
Assert.Throws<NullReferenceException>(() => enricher.
Enrich
(mockEnrichmentPropertyBag.Object, httpContext!));
32
enricher.
Enrich
(mockEnrichmentPropertyBag.Object, context);
52
enricher.
Enrich
(mockEnrichmentPropertyBag.Object, context);
73
enricher.
Enrich
(mockEnrichmentPropertyBag.Object, context);