Skip to content

WithDestructuringDepth doesn't stop destructions #898

@knopa

Description

@knopa

Describe the bug

WithDestructuringDepth(2) Suppose stop destruction of exception if it has issue like DbUpdateException from EF Core

Issue is it stops to print Self Log but memory still eating by infinite destructions

Steps to reproduce

  1. Set WithDestructuringDepth
  2. Raise DBUpdateException from EF Core
  3. Memory start eating even if DestructuringDepth stop SelfLog

Expected behaviour

WithDestructuringDepth should stop exception destructions too

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssues describing a bug or pull requests fixing a bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions