Table of Contents

Property StackTraceFrameFilters

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

StackTraceFrameFilters

Gets the namespace prefixes filtered out of a captured stack trace.

public IList<string> StackTraceFrameFilters { get; }

Property Value

IList<string>

Remarks

Pre-populated with QueryGuard, EF Core, ASP.NET Core, the BCL, and common provider and test framework namespaces, so what is left is application code. Clear it to keep every frame.