You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning disable IDE0130 // Namespace does not match folder structure; by design.
namespace OpenTelemetry.Trace;
#pragma warning restore IDE0130 // Namespace does not match folder structure
/// <summary>
/// Provides standard extensions.
/// </summary>
public static class CoreExAspNetCoreExtensions
{
/// <summary>
/// Enables <i>CoreEx</i> OpenTelemetry instrumentation for ASP.NET Core. <see cref="CoreEx.AspNetCore.Mvc.WebApi"/> and <see cref="CoreEx.AspNetCore.Http.WebApi"/>.