当看到这些个错误的时候,我真的想把某些人干掉,因为实在是没办法一个一个改:
虽然每个都有注释是很好的事情:
* SA1600: The class must have a documentation header.
* SA1600: The constructor must have a documentation header.
* SA1600: The method must have a documentation header.
* SA1600: The property must have a documentation header.
原因是因为当前项目下面的 StyleCop.Cache
到。找到 .csproj中的
<Import Project="$(MSBuildExtensionsPath)/Microsoft/StyleCop/v4.5/Microsoft.StyleCop.targets" />
直接删掉。