【发布时间】:2017-05-31 03:42:38
【问题描述】:
我在 Visual Studio 2015 中有 ASP .NET CORE 项目。 此外,我在整个解决方案中都有 StyleCop。 迁移到 Visual Studio 2017 后(我只是使用 VS2017 的单向迁移)我有很多错误(超过 3000 个),例如:
Using directive must appear within a namespace declarationTabs and spaces should be used correctlyPrefix local calls with thisElements must be documented
更重要的是 - 使用相同的设置 - 都适用于 VS2015。 我做错了什么?
感谢您的建议
【问题讨论】:
-
我会重新开始,将源文件复制到 vs2017 项目,然后自己设置 csproj 文件。
标签: .net visual-studio-2015 asp.net-core migration visual-studio-2017