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 9 and .NET 8
Complements: Cuemon.AspNetCore.Diagnostics namespace 📘
Extension Methods
Type | Ext | Methods |
---|---|---|
IApplicationBuilder | ⬇️ | UseServerTiming , UseFaultDescriptorExceptionHandler |
IServiceCollection | ⬇️ | AddServerTiming , AddServerTiming{T} , AddServerTimingOptions , AddFaultDescriptorOptions , AddExceptionDescriptorOptions , PostConfigureAllExceptionDescriptorOptions |
IServiceProvider | ⬇️ | GetExceptionResponseFormatters |
Classes
ApplicationBuilderExtensions
Extension methods for the Microsoft.AspNetCore.Builder.IApplicationBuilder interface.
ServiceCollectionExtensions
Extension methods for the IServiceCollection interface.
ServiceProviderExtensions
Extension methods for the IServiceProvider interface.