StyleCop integration with Visual Studio 2015 RC

前端 未结 3 1812
萌比男神i
萌比男神i 2021-01-31 09:15

I want to integrate my instance of VS 2015 RC with StyleCop in the way that I have StyleCop menu options [Run StyleCop, Run StyleCop (Rescan All), StyleCop

3条回答
  •  再見小時候
    2021-01-31 10:10

    If it can help you, I have created a fork of StyleCop from CodePlex. My version works now with VS2015 and support most of new C# 6 specifications. Like version 4.7.49.0, you can right click on your project and you can find "Run StyleCop, Run StyleCop (Rescan All) or Edit settings" menus.

    How to install it :

    1. Start VS2015
    2. Go to Tools and select "Extensions and Updates..." menu
    3. Select "Online" then "Visual Studio Gallery" on the left list
    4. In search box enter : "StyleCop"
    5. Select and download "Visual StyleCop"
    6. Then right click on your project and run StyleCop

    If you have any issue you can report it on GitHub, project name : Visual StyleCop.

提交回复
热议问题