Is StyleCop 4.7 compatible with C# 6.0 code
问题 I installed StyleCop 4.7 for developing customized rules, to analyze our C# code. We write the code in Visual Studio 2015. I can analyze my C# 5.0 (Visual Studio 2013) code, and I get correct response, but when I analyze my C# 6.0 (Visual Studio 2015) code, StyleCop raises an exception for my rules. Now my question is: Is StyleCop 4.7 compatible with C# 6.0 code? If not, do we have any solution? 回答1: TL;DR - Yes. StyleCop 4.7 was updated to be compatible with C# 6 starting with 4.7.51 (Beta)