Table of Contents

Namespace Cuemon.AspNetCore.Mvc.Filters.Diagnostics

Assembly: Cuemon.AspNetCore.Mvc.dll

The Cuemon.AspNetCore.Mvc.Diagnostics namespace contains types that provide ways for developers to describe exceptions including evidence to why an operation faulted optimized for open- and otherwise public application programming interfaces (API). The namespace is an addition to the Microsoft.AspNetCore.Mvc.Filters namespace.

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

Complements: Microsoft.AspNetCore.Mvc.Filters namespace 🔗

Related: Cuemon.Extensions.AspNetCore.Mvc.Filters.Diagnostics namespace 📘

Classes

FaultDescriptorFilter

A filter that, after an action has faulted, provides developer friendly information about an System.Exception along with a correct System.Net.HttpStatusCode.

MvcFaultDescriptorOptions

Specifies options that is related to FaultDescriptorFilter operations.

ServerTimingAttribute

Represents an attribute that is used to mark an action method for time measure profiling.

ServerTimingFilter

A filter that performs time measure profiling of action methods.