Hi,
I have created custom rule to check private field if use "_" as prefix and warn. It works fine. However, how could I specify its action to remove "_"?
I tried to create a new rule which based use replace identifier prefix rule, specified "_" to prefixtocheck and leave empty to prefixtoreplace. However, it is not supported. Then I tried to specify "m_" to prefixtoreplace. Unfortunately, it failed to detect any violation. Instead, it complaint my eventargs e contain "_" but it actually not.
Please advice.
Thank you