Using Code Analyze, Rule:CA1722 does not work.
I wrote codes like this:
class CMyClass
{
........
{
And I enable the Code Analyze with Rule CA1722, after building the project , VS does not report a warning about CA1722.
Thanks.
Using Code Analyze, Rule:CA1722 does not work.
I wrote codes like this:
class CMyClass
{
........
{
And I enable the Code Analyze with Rule CA1722, after building the project , VS does not report a warning about CA1722.
Thanks.