You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like that in the old StyleCop (4.7) you could put //// comments anywhere in the code and no warning would be raised. With StyleCop.Analyzers rc3 I get a SA1513 with the following code
publicintDo(inti){if(i>2){return1;}//// else if (i == 2)//// {//// return 2;//// }return0;}
whereas I did not get any warning from StyleCop 4.7. I preferred the old way.
The text was updated successfully, but these errors were encountered:
I like that in the old StyleCop (4.7) you could put //// comments anywhere in the code and no warning would be raised. With StyleCop.Analyzers rc3 I get a SA1513 with the following code
whereas I did not get any warning from StyleCop 4.7. I preferred the old way.
The text was updated successfully, but these errors were encountered: