c# - Visual Studio Code Analysis - Does Microsoft follow it themselves? -


A quick search happened but nothing could be found about this.

I think that you all know that Visual Studio Code Analysis is poking a lot and warns about many things. Does anyone know how well Microsoft follows themselves? That is, if I had been running code analysis on their sovereigns, then the warning would not be either or too little (maybe press the warning with justification ..?). Most code based code analysis (or FXCop) checks are based on ".NET Framework Library Design Guidelines" (either, or).

Although there are all warnings in those guidelines (especially in the book), do not apply in all situations.

MS has a lot of hints using these tools, but I think they have reasons not to apply all the rules at all times, as no other project does.


Comments