deepsourcestatus / test-repository

Avoid empty finalizers CS-P1000
Performance
Critical
8 months ago8 months old
Empty destructors will affect the application's performance
35
36    // CS-P1000: Avoid empty finalizers.
37    // https://deepsource.io/directory/analyzers/csharp/issues/CS-P1000.
38    ~Perf()39    {40    }41}