C#

C#

Made by DeepSource

Audit required: Warning disabled explicitly CS-A1006

Bug risk
Major

Preprocessor directives allow you to suppress warnings for a specific section of the code. This is usually done either because the warning is a false positive or that the code itself is flawed. In case this is a valid warning, consider addressing the root cause behind it rather than suppressing it.

Reference