Hi Serge,
Using this rule, is it possible to check that certain variable types are using a certain prefix, ie. string respectively System.String should always be prefixed with str? I tried this rule but it did not trigger at all:
Rule: Use prefix for derived type (Naming category)
Target: Field, Parameter, Variable, Local Constant
MustImplement: System.String
PrefixToCheck: str
Also tried defining all a number of strings using System.String instead of the usual alias but that have no effect either.
Best Regards
Fred