3 references to NoRemoteCallHandler
Microsoft.Extensions.Http.Diagnostics.Tests (3)
Logging\Internal\HelperExtensions.cs (2)
16
.AddTransient<
NoRemoteCallHandler
>()
21
builder.AdditionalHandlers.Add(builder.Services.GetRequiredService<
NoRemoteCallHandler
>());
Logging\Internal\NoRemoteCallHandler.cs (1)
19
var assemblyFileLocation = Path.GetDirectoryName(typeof(
NoRemoteCallHandler
).Assembly.Location)!;