R
Raymond Lewallen
I know FxCop has its own board on the FxCop website, but I wanted to reach a
larger audience. Has anyone here written any custom rules based on the
Introspection engine? Even if you have some based on the Reflection engine,
I suppose I would like to talk to you about that too, even though the
Reflection engine is being phased out.
I'm trying to write a simple rule that looks for string comparisons using A
= B and make suggestions to replace with A.Equals(B) to avoid loading up and
using the compatibility library when its not needed.
I also have some other rules I would like to write and am looking for
someone with experience with such.
Thank you all,
Raymond Lewallen
larger audience. Has anyone here written any custom rules based on the
Introspection engine? Even if you have some based on the Reflection engine,
I suppose I would like to talk to you about that too, even though the
Reflection engine is being phased out.
I'm trying to write a simple rule that looks for string comparisons using A
= B and make suggestions to replace with A.Equals(B) to avoid loading up and
using the compatibility library when its not needed.
I also have some other rules I would like to write and am looking for
someone with experience with such.
Thank you all,
Raymond Lewallen