QuackatronHQ / Gigarepo

Avoid empty finalizers CS-P1000
Performance
Critical
a month ago2 years 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}