You can suppress static code checks by marking the class (s) in question with [ContractVerification(false)].
If your classes are generated partial, you can create another file in it with a different part (ial) and add it there so that it does not overwrite when restoring the code.
source
share