Table of Contents

Namespace Cuemon.Extensions.AspNetCore.Diagnostics

Assembly: Cuemon.Extensions.AspNetCore.dll

The Cuemon.Extensions.AspNetCore.Diagnostics namespace contains extension methods that complements the Cuemon.AspNetCore.Diagnostics namespace.

Availability: .NET 8, .NET 7 and .NET 6

Complements: Cuemon.AspNetCore.Diagnostics namespace 📘

Extension Methods

Type Ext Methods
IApplicationBuilder ⬇️ UseServerTiming, UseFaultDescriptorExceptionHandler
HttpExceptionDescriptorResponseHandler ⬇️ AddResponseHandler, AddYamlResponseHandler
IServiceCollection ⬇️ AddServerTiming, AddServerTiming{T}

Classes

ApplicationBuilderExtensions

Extension methods for the Microsoft.AspNetCore.Builder.IApplicationBuilder interface.

HttpExceptionDescriptorResponseHandlerExtensions

Extension methods for the HttpExceptionDescriptorResponseHandler class.

ServiceCollectionExtensions

Extension methods for the Microsoft.Extensions.DependencyInjection.IServiceCollection interface.

ServiceProviderExtensions

Extension methods for the System.IServiceProvider interface.