VS2015: warning MSB3884: Could not find rule set file

前端 未结 8 934
故里飘歌
故里飘歌 2021-01-31 01:36

After upgrading my WinForms VS2013 project to VS2015, I started seeing the MSB3884 \"Could not find rule set file\" warning.

A Google search turned up one MSDN article,

8条回答
  •  自闭症患者
    2021-01-31 01:51

    I had this error on my build server which has Visual Studio Build Tools on it rather than Visual Studio.

    The solution for me was to use the installer to enable Static analysis tools in the individual components list.

提交回复
热议问题